{% extends "base.html" %} {% block title %}{{ SITENAME }} — Archives{% endblock %} {% block template_content_head %}

News

{% for article in articles %}

{{ article.title }}

{% import 'translations.html' as translations with context %} {{ translations.translations_for(article) }}

{{ article.date }} · {{ article.author }}

{{ article.summary }} {% endfor %}
{% endblock %}