{% extends "default" %} {% block titlevariable %} {% set title = "Archive" %} {% endblock %} {% block content -%} {% for year in years %}

{{ year }}

{% endfor %} {%- endblock %}