{% extends "with-sidebar.html" %} {% block title %} - Archives{% endblock title %} {% block page_breadcrumbs %}
  • Archives
  • {% endblock page_breadcrumbs %} {% block content %}

    Archives

    {% for article in dates %}
    {{ article.locale_date }}
    {{ article.title }}
    {% endfor %}
    {% endblock content %}