{%extends 'theme/'+GetConfig('theme')+'/layout.html'%} {% import 'theme/'+GetConfig('theme')+'/_macro.html' as macros %} {%block content%}

{%include 'theme/'+GetConfig('theme')+'/head.html'%}
{{ macros.Arraw(endpoint=endpoint,name='标题',cur_type='name',sortby=sortby,order=order,path=path) }}
{{ macros.Arraw(endpoint=endpoint,name='修改时间',cur_type='lastModtime',sortby=sortby,order=order,path=path) }}
{{ macros.Arraw(endpoint=endpoint,name='类型',cur_type='type',sortby=sortby,order=order,path=path) }}
{{ macros.Arraw(endpoint=endpoint,name='大小',cur_type='size',sortby=sortby,order=order,path=path) }}
{% if pagination %} {{ macros.pagination_widget(pagination, endpoint,path=path,sortby=sortby,order=order) }} {% endif %}
{%endblock content%} {%block script%} {%endblock script%}