{% from 'bootstrap/nav.html' import render_nav_item %} {% block head %} {% block title %}{% endblock title %} {% block styles %} {{ bootstrap.load_css() }} {% endblock styles %} {% endblock head %} {{ analytics }} {% block nav %} {% endblock nav %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %} {% block footer %} {% endblock footer %}
{% block scripts %} {{ bootstrap.load_js() }} {{ moment.include_moment() }} {{ moment.locale('zh-cn') }} {% endblock %}