{% extends 'base/base.html' %} {% block content %} {% from 'follow/_macro.html' import nav_title %} {{ breadcrumb(active=_('Following Tags'))}}
{{ nav_title('tag') }}
{% for tag in tags.items %}
{{ link.tag(tag)}}

{{ tag.description }}

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