{% extends 'news/base.html' %} {% block title %} {{tag.text}} - {% if topic %} {{topic.name}} - {% endif %} {{block.super}} {% endblock %} {% block contents %} {% for linktag in linktags %} {% with linktag as obj %} {% include 'news/link_row_wrapped.html' %} {% endwith %} {% endfor %} {% include 'news/pagination.html' %} {% endblock %} {% block sidebar %} {% if topic %}

{{ topic.name }} - {{tag.text}}

{% else %}

{{tag.text}}

{% endif %} {% endblock %}