{% extends 'base/base.html' %} {% block script %} {{ super()}} {% endblock %} {% block content %}
{{ tag.tagname }} {% if g.user.is_authenticated %} {% if current_user in tag.followers %} {% else %} {% endif %} {% endif %}
{% from 'topic/topic_list.html' import view as board_view %} {{ board_view(topics)}} {% if topics.pages > 1 %} {% endif %}
{% include 'base/panel.html' %}
{% endblock %}