{% extends "index.html" %} {%- block title -%} {% set title = "Tag: " ~ term.name %} {{ title_macros::title(page_title=title, main_title=config.title) }} {%- endblock -%} {% block content %}

tag: #{{ term.name }} ({{ term.pages | length }} post{{ term.pages | length | pluralize }})

Show all tags {{ post_macros::list_posts(pages=term.pages) }}
{% endblock content %}