{% block head %}{% endblock %}
{% if session.user_id is defined %}
FabledNetMon
Dashboard
Hosts
Ping
DNS
Alerts
Ansible
{% if session.user_role == 'admin' %}
Settings
{% endif %}
{{ session.username }}
{% endif %}
{% if error %}
{{ error }}
{% endif %} {% block content %}{% endblock %}