{% extends "base.html" %} {% block content %}

Posts with tag “{{ term.name }}”

See all tags
{{ term.pages | length }} posts in total
{% for page in term.pages %}

{{ page.title }}

{%- if page.taxonomies %} {%- for name, taxon in page.taxonomies %} • {%- for item in taxon %} {{ item }}   {%- endfor %} {%- endfor %} {%- endif %} {% endfor %}
{% endblock content %}