{% extends "base.html" %} {% block archclass %} class="active"{%endblock%} {% block title %}Site Index - {{SITENAME}}{%endblock%} {% block content %}

Index


{% for year, date_year in dates|groupby( 'date.year' )|sort(reverse=True) %}

{{ year }}

{% for article in date_year %} {% endfor %}
{{article.locale_date}} {{article.category}} {{article.title}}

{% endfor %}
{% endblock %}