Carbonio Preisrechner
{% if current_user.is_authenticated %}
Rechner
Einstellungen
{{ current_user.username }}
Logout
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% for category, msg in messages %}
{{ msg }}
{% endfor %} {% endwith %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}