{% from 'navbar.html' import navigation_bar with context %} {# #} {# #} enerPI Web {% block styles %} {% endblock %} {% with messages = get_flashed_messages() %} {% if messages %} {% endif %} {% endwith %}
{% block header %} {{ navigation_bar() }} {% endblock %}
{% block content %} {% endblock %} {% block scripts %} {% endblock %}