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

Posts for {{ tag.name }}

{% for post in posts %} {% include "post-detail-include.html" %} {% endfor %} {% endblock %}