{% extends "base.html" %} {% block title %}Tag: {{ tag }}{% if site.title %} — {{ site.title }}{% endif %}{% endblock %} {% block content %}

Tag: {{ tag }}

{{ posts | length }} page{% if posts | length != 1 %}s{% endif %} tagged {{ tag }}.

{% endblock %}