{% extends "blog_index.html" %} {% set subtitle = 'Posts tagged with ' + tag.name -%} {% set posts = tag.posts %} {% block content %}
{% block content_title %}

Posts tagged with {{ tag.name }}

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