{% extends "base.html" %} {% block title %}{{ term.name }} — {{ site.title }}{% endblock %} {% 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 %}