{% extends "base.html" %} {% block extratitle %}:: Tag: {{ object.title }}{% endblock %} {% block maincontent %}

Blog posts tagged with {{ tag.title }}:

{% for post in tag.posts.all %} {% with post as object %} {% include "includes/post_template.txt" %} {% endwith %} {% endfor %} {% endblock %}