{% extends "base.html" %} {% block title %}{{ tag.name }} Posts{% endblock %} {% block header_content %}Posts Tagged {{ tag.name }}{% endblock %} {% block extra_head %} {% endblock %} {% block content %} {% for post in posts %} {% include "blog/_content.html" with truncate_posts="True" %} {% endfor %} {% endblock %}