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