{% if site.latex %}{% include "mathjax.html" %}{% endif %} {% include "header.html" %} {% include "navbar.html" %}
{% for article in articles %}
{{article.excerpt}}
Date: {% if article.date %}{{article.date | date('Y-m-d H:i')}}{% endif %}
{% endfor %}
{% include "footer.html" %}