{%extends 'theme/'+GetConfig('theme')+'/layout.html'%} {% import 'theme/'+GetConfig('theme')+'/_macro.html' as macros %} {%block content%}
{%include 'theme/'+GetConfig('theme')+'/head.html'%}
{%include 'theme/'+GetConfig('theme')+'/readme.html'%}
搜索
不能包含"/",长度1-10之间
{% if pagination %} {{ macros.pagination_widget(pagination, endpoint,path=path,sortby=sortby,order=order) }} {% endif %}
{%endblock content%}