{%for msg in get_flashed_messages()%}
{%if loop.first%}
{{msg}}
{%endif%}
{%endfor%}
{%extends "admin/base.html"%} {%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%} {%include "admin/_sidebar.html"%}