{% extends "layout/base.html" %} {% block content %}

Tags: {{ tag }} ({{ posts|length() }})

{% for post in posts %} {% include "partials/_post_short.html" %} {% endfor %} {% endblock content %}