{%for msg in get_flashed_messages()%}
{%if loop.first%}
{{msg}}
{%endif%}
{%endfor%}
封面设置
{%if book.cover%}
{%endif%}