{% extends 'base/base.html' %} {% block content %} {% from 'tag/_macro.html' import title %} {{ breadcrumb(hrefs={_('All Tags'):url_for('tag.list')},active=tag.name)}}
{{ title(tag) }}
{% include "topic/_topic.html" %}
{% from 'tag/panel.html' import tag as tag_panel %} {{ tag_panel(tag) }}
{% endblock %}