{% extends 'base/base.html' %} {% block script %} {{ super()}} {% endblock %} {% block content %} {{ breadcrumb(hrefs={'所有主题':url_for('topic.topic')},active='精华文章')}}
{% from 'topic/topic_list.html' import view as board_view %} {{ board_view(topics)}} {{ p_footer(topics,'topic.topic')}}
{% include 'base/panel.html' %}
{% endblock %}