{% block extra_head %}{% endblock %}
Hersel.it
Home
Progetti
Contatti
{% if session.get('user_id') %} {% if session.get('is_admin') %}
Dashboard
{% endif %}
{{ session.get('username') }}
Profilo
Logout
{% else %}
Login
Registrati
{% 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_scripts %}{% endblock %}