{% extends "_layout.html" %} {% block title %}{{ tag }}{% endblock title %} {% block content %}
{% block site_description %}{% endblock site_description %} {% for post in posts %} {% with show_text=False %} {% include "_list.html" %} {% endwith %} {% endfor %}
{% endblock content %}