{% block extra_css %}{% endblock %}
MHA Flow v3.0
{% if current_user.is_authenticated %}
Dashboard
Optimize
Compare
Upload Algorithm
History
{% endif %}
{% if current_user.is_authenticated %}
{{ current_user.username }}
Profile
Logout
{% else %}
Login
Register
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %}
{% block content %}{% endblock %}
{% block extra_js %}{% endblock %}