{% extends 'base/base.html' %} {% block content %}
{% for topic in current_user.following_topics %}

{{ link_base.topic(topic)}}

{% for tag in topic.tags %} {{ link_base.tag(tag)}} {% endfor %}
{% endfor %}
{% include 'base/panel.html' %}
{% endblock %}