{% extends "base.html" %} {% block title %}{{ page.title }} | {{ super() }}{% endblock %} {% block main %} {%- if not page.extra.menu %}
{%- endif %} {%- endif %}
{%- if page.taxonomies %} {%- for name, taxon in page.taxonomies %} {{ name | capitalize }}: {%- for item in taxon %} #{{ item }} {%- endfor %} {%- endfor %} {%- endif %}
{% endblock %}