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

{{ term.name }}

{% for post in term.pages %} {% set current_tag = term.name %} {% include "macros/post-card.html" %} {% endfor %}
{% endblock %}