{% extends "default" %} {% block titlevariable %} {% set title = tag_name ~ " posts" %} {% endblock %} {% block content -%}

Posts tagged ‘{{ tag_name }}’

{% for year in years %}

{{ year }}

{% endfor %} {%- endblock %}