{% block head %} {{title}} {% endblock %} {% set navigation_bar = [ ('/', 'dashboard', 'Dashboard'), ('/boxes', 'boxes', 'Ventilboxen'), ('/system', 'system', 'System'), ('/parameter', 'parameter', 'Einstellungen'), ('/about', 'about', 'About') ] -%} {% set active_menu = active_menu|default('dashboard') -%}
{% if alert %} {% endif %} {% block content%}

{{title}}

{% endblock %}