{% extends "base.html" %} {% block title %}{{ term.name }} — {{ site.title }}{% endblock %} {# Panel layout without a side panel — see blog.index.html. #} {% block content %}

{{ taxonomy }}: {{ term.name }}

{{ term.count }} item(s).

{# A taxonomy can span content types (a tag on both blog posts and projects), so each item exposes its `type` — prefix the title with it to disambiguate. Drop the span if a taxonomy only ever covers one type. #}
{% endblock %}