{% extends 'base/base.html' %} {% block content %} {{ breadcrumb(active=_('Following Tags'))}}
{% for tag in current_user.following_tags %}
{{ link_base.tag(tag)}}

{{ tag.summary }}

{% endfor %}
{{ panel_base.follow() }}
{% endblock %}