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

{{ section.title }}


Tags:

{% for t in config.taxonomies %} {% if t.name == "tags" %} {% set tags = get_taxonomy(kind=t.name) %} {% for item in tags.items %} {% set url = get_taxonomy_url(kind=tags.kind.name, name=item.name) %} {{ item.name }} {% endfor %} {% endif %} {% endfor %} {% if paginator.previous %} {% endif %} {% if paginator.next %} {% endif %}
{% endblock content %}