{# ########## dataTables plugin ############ #}
{# ########## github fork corner ############ #}
{% with messages = get_flashed_messages() %} {% if messages %}
×
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
{# banner image #}
{# need a tag line #} {% if config['TAGLINE'] %}
{{config['TAGLINE']}}
{% endif %}
{% block body %}{% endblock %}