{% block head_css %} {{ ckeditor.load() }} {{ ckeditor.load_code_theme() }} {{ moment.include_jquery() }} {{ moment.include_moment() }} {{ moment.lang('zh-CN')}} {% endblock %}
{% block head %}{% endblock %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %} {% block body %}{% endblock %}
{% block tail_js %} {% endblock %}