{%extends "web/base.html"%} {%import "_pagination.html" as page_macros%} {%block title%} {{site["name"]|upper}} {%endblock title%} {%block metas%} {{super()}} {%endblock metas%} {%block styles%} {%if config.get("DEBUG")%} {%include "_common-css.html"%} {%else%} {%endif%} {{super()}} {%endblock styles%} {%block content%}

{{site["name"]|upper}}

{{site["description"]}}

书籍列表

    {%if catalogs.items%} {%with type="home"%} {%include "includes/_book.html"%} {%endwith%} {{page_macros.pagination_widget(catalogs, "web.index")}} {%else%}

    没有内容

    {%endif%}

关于本站

{{site["about"]}}

{%if not current_user.is_authenticated%} {%endif%}
{%include "_footer.html"%}
{%if current_user.is_authenticated%} {%endif%} {%endblock content%} {%block scripts%} {%if config.get("DEBUG")%} {%include "_common-js.html"%} {%else%} {%endif%} {{super()}} {%endblock scripts%}