{% extends "base.html" %} {% block main_content %} {{ post_macros::page_header(title="posts tagged with " ~ term.name)}} {%- set parent = get_taxonomy(kind=taxonomy.name) -%}

go to all tags.

{{ post_macros::list_posts(pages=term.pages)}} {% endblock main_content %}