{% if site.latex %}{% include "mathjax.html" %}{% endif %} {% include "header.html" %} {% include "navbar.html" %}
{{article.title}}
{{article.content}}
Date: {% if article.date %}{{article.date | date('Y-m-d H:i')}}{% endif %} {% if article.categories -%} Categories: {% for category in article.categories -%} {{category}} {%- endfor %} {%- endif %} {% if article.tags -%} Tags: {% for tag in article.tags -%} {{tag}} {%- endfor %} {%- endif %}
{% include "footer.html" %}