{% block stylesheets %}{% endblock stylesheets %}
{% set layout = request.args.get('layout', 'vertical') %}
{% if layout=='vertical' %} {{ g.mainmenu|safe }} {% endif %} {% block banner %} {% with banner_page = config.BANNER_PAGE | default('includes/banner.html') %} {% include banner_page %} {% endwith %} {% endblock banner %}
{% block page_header %}{% endblock page_header %}
{% block page_body %}{% endblock page_body %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
{% block modal_dialog %}{% endblock modal_dialog %} {% include 'includes/scripts.html' %} {% include 'includes/banner_scripts.html' %} {% block javascripts %} {% endblock javascripts %}