{% extends 'base.html' %} {% block title %} {{block.super}} - Tags {% endblock %} {% block content %}

Post with tag: {{ tag.name }}

{% endblock %}