{% extends "base.html" %} {% block description %}All posts which refer to tag {{ tag }}{% endblock %} {% block title %}{{ tag }} — {{ SITENAME }}{% endblock %} {% block content %}

Tag {{tag}}

{% for article in articles %} {% endfor %}
{{ article.date.strftime("%d %b %Y") }} {{ article.title }}
{% endblock %}