{% block meta %}{% endblock %} {# CSS libs #} {# CSS layout #} {# CSS page #} {% block page_css %}{% endblock %} {# JS global vars #} {# JS libs #} {# Flash message #} {% with message = get_flashed_messages()[0] %} {% if message %}
{{ message }}
{% endif %} {% endwith %} {# Please DO NOT change the id below #}
{% block page_content %}{% endblock %}
{# JS layout #} {# JS macros #} {# JS page #} {% block page_js %}{% endblock %}