{% extends "base.html.j2" %} {% block page_title %}tags/{{ tag }} {{ super() }}{% endblock %} {% block page_title_short %}tags/{{ tag }}{% endblock %} {% block content %}

tags/{{ tag }}/

{{ config.get_tag_prompt(tag, "find other_posts/ -type f -exec head {} +") }}

{% for post in posts %}

{{ post.title() }}

{{ post.intro }}

{% endfor %} {% endblock %}