{% extends 'base/base.html' %} {% block script %} {{ super()}} {% endblock %} {% block content %}
{% from 'topic/topic_list.html' import view as board_view %} {{ board_view(topics)}} {% if topics.pages > 1 %} {% endif %}
{% include 'base/panel.html' %}
{% endblock %}