{% extends 'base/base.html' %} {% block content %} {{ breadcrumb(active='关注的问题')}}
{% for topic in current_user.following_topics %}

{{ link_base.topic(topic)}}

{% for tag in topic.tags %} {{ link_base.tag(tag)}} {% endfor %}
{% endfor %}
{{ panel_base.follow() }}
{% endblock %}