{% extends "base.html" %} {% block content %} {% for date, grouped_articles in articles|groupby("date")|reverse %}

{{ date.strftime('%d %B %Y') }}

{% endfor %} {% endblock content %}