{% extends "bootstrap/base.html" %} {% block title %}This is an example page{% endblock %} {% block navbar %} {% endblock %} {% block content %}

CyBRICS Gist

Keep your data private

Write new secret message

Get existing message

{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %} {% endfor %} {% endif %} {% endwith %}
{% endblock %}