{% extends "picata/dl_view.html" %} {% load wagtailcore_tags %} {% block main_classes %}{{ block.super }} post-list{% endblock %} {% block content %}
{{ self.intro|richtext }} {% if filter_description %}{{ filter_description }}{% endif %}
{% for year, posts in posts_by_year.items %} {% include "picata/_post_list.html" with posts=posts year=year %} {% endfor %}
{% endblock %}