{% extends "base.html" %} {% block title %}{{ SITENAME }} - {{ page.title }}{%endblock%} {% block translation %} {% import 'translations.html' as translations with context %} {{ translations.translations_for(page) }} {% endblock %} {% block content_title %}

{{ page.title }}

{% endblock %} {% block content %} {% if articles %} {% for article in dates %}

{{ article.title }}

{{ article.summary }} read more
{% endfor %} {% else %}

Pages

{% endif %} {% endblock %}