{% extends 'base/base.html' %} {% block content %} {{ breadcrumb(active='关注的节点')}}
{% for tag in current_user.following_tags %}
{{ link_base.tag(tag)}}

{{ tag.summary }}

{% endfor %}
{% include 'base/panel.html' %}
{% endblock %}