{% extends 'news/base.html' %} {% block title %} Topics - {{block.super}} {% endblock %} {% block contents %}
{% for topic in top_topics %} {% endfor %}
{{topic.name}} {% if topic.is_subscribed %} Unsubscribe {% else %} {% endif %}
{{topic.fullname}}
{{topic.about}}
{% include 'news/pagination.html' %} {% endblock %} {% block sidebar %} {% endblock %}