{% from 'bootstrap/nav.html' import render_nav_item %} {% block head%} {% block title %}{% endblock title %} - {{ admin.blog_title|default('MyBlog')}} {% endblock head%} {% block nav%}
{% endblock nav %}
{% for message in get_flashed_messages(with_categories=True) %} {% endfor %} {% block content %} {% endblock content%}
{% block footer %}

© 2020 Eliot - GitHub {% if current_user.is_authenticated %} 注销 {% else %} 登录 {% endif %}
{% endblock footer %} {% block scripts %} {{ moment.include_moment(local_js=url_for('static', filename='js/moment-with-locales.min.js')) }} {% endblock %}