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

{{ taxonomy_title }}: {{ term }}

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

{% endblock %}