{% extends "base.html.j2" %} {% block page_title %}tags/{{ tag }} {{ super() }}{% endblock %} {% block page_title_short %}tags/{{ tag }}{% endblock %} {% block content %}
{{ config.get_tag_prompt(tag, "find other_posts/ -type f -exec head {} +") }}
{% for post in posts %}{{ post.intro }}