{# #}
{% with messages = get_flashed_messages() %} {% if messages %}
Message: {% for message in messages %}
{{ message|safe }}
{% endfor %}
{% endif %} {% endwith %}
{% block body %}{% endblock %}
{#for displaying python code#} {# for datatable, doesn't seem to work...when there is links in the table #} {# #} {# #} {# #} {#for dragable#}