{%extends 'theme/'+GetConfig('theme')+'/layout.html'%} {% import 'theme/'+GetConfig('theme')+'/_macro.html' as macros %} {%block content%}
标题
修改时间
{% if pagination %} {{ macros.pagination_widget(pagination, endpoint,path=path,sortby=sortby,order=order) }} {% endif %}
{% if pagination %} {{ macros.pagination_widget(pagination, endpoint,path=path,sortby=sortby,order=order,key_word=key_word) }} {% endif %}
{%endblock content%}