{% extends 'base/base.html' %} {% block content %} {% from 'follow/_macro.html' import nav_title %} {{ breadcrumb(active=_('Following Topics'))}}
{{ nav_title('topic') }}
{% for topic in topics.items %}

{{ link.topic(topic)}}

{% for tag in topic.tags %} {{ link.tag(tag)}} {% endfor %}
{% else %} {% include 'follow/none.html' %} {% endfor %} {{ p_footer(topics,'follow.topic')}}
{{ panel_base.follow() }}
{% endblock %}