{% block extra_head %}{% endblock %} {% if config.FATCAT_ALERT_MESSAGE %}
{{ config.FATCAT_ALERT_MESSAGE | safe }}
{% endif %} {% block fullmain %}
{% with messages = get_flashed_messages() %} {% if messages %}
{# Needs more javascript: #} {% if messages|length == 1 %}
{{ messages[0]|safe }}
{% else %} {% endif %}
{% endif %} {% endwith %} {% block fullbody %}
{% block body %}Nothing to see here.{% endblock %}
{% endblock %}
{% endblock %} {% if config.ENABLE_GOATCOUNTER -%} {%- endif %} {% block postscript %}{% endblock %}