{% block head %}{% endblock %}
{% if session.user_id is defined %}
FabledNetMon
Dashboard
Hosts
Alerts
Ansible
Logout ({{ session.username }})
{% endif %}
{% if error %}
{{ error }}
{% endif %} {% block content %}{% endblock %}