{% extends "internal/base.html" %} {% import "internal/post-card.html" as card %} {% block title %}#{{tag}}{% endblock %} {% block content %} Posts tagged #{{tag}} {% for post in posts %} {{ card.card(post, site, now) }} {% endfor %} {% endblock %}