{% extends "blog_index.html" %} {% set posts = tag.posts %} {% block content %}
{% block content_title %}

Posts tagged with {{ tag.name }}

{% endblock %}
{{ super() }} {% endblock %}