{% block jsheader %} {% endblock %}
{% block subnav %} {% endblock %}
{% if not config['PRODUCTION'] %}
{% endif %} {% block info %} {% endblock %} {% block messages %} {% with messages = get_flashed_messages() %} {% if messages %}
{% endif %} {% endwith %} {% endblock %} {% block body %}

Example

This is example content from the base layout. If you can see this, something probably went wrong.

{% endblock %} {% block footer %}
{% endblock %} {% if config['FEDMENU_URL'] %} {% endif %}