{% set navigation_bar = [ ('/', 'index', 'Dashboard', 'fa-tachometer-alt'), ('/history', 'history', 'History', 'fa-history'), ('/settings', 'settings', 'Settings', 'fa-cog'), ('https://visiomode.readthedocs.io/en/latest/', 'help', 'Help', 'fa-life-ring'), ('/about', 'about', 'About', 'fa-info-circle') ] -%} {% set active_page = active_page|default('index') -%}
{# TODO - Align icon with menu elements, bring text closer to image #}
Visiomode
{% for href, id, caption, icon in navigation_bar %}
{{ caption|e }}
{% endfor %}
{% block content %}{% endblock %}
{% block scripts %}{% endblock %}