{% extends "base.html" %} {% block content %} {% block content_title %} Archives pour {{ period | reverse | join(' ') }} {% endblock content_title %} {% for article in dates %} {{ article.date|strftime('%Y %b') }} » {{ article.title }} - [ {% include 'taglist_short.html' %}] {% endfor %} {% endblock %}