{{page.title}}
{{ page.summary|striptags }}
{{ page.content }}-
{% for article in articles|sort(attribute='date', reverse=True) %}
-
{{article.title}}
{{article.locale_date}}{% if article.category %}{{ article.category }}{% endif %}{% if article.tags %}{% for tag in article.tags %}{{ tag }}{% endfor %}{% endif %}
{% endfor %}