{% block head %}{% endblock %}
{# Star field — orbits around top-left corner, populated by JS below #}
{% if session.user_id is defined %}
{# Crystal ball logo #}
Fabled Scryer
Dashboard
Hosts
Ping
DNS
Alerts
Ansible
{% if session.user_role == 'admin' %}
Settings
{% endif %}
{{ session.username }}
{% endif %}
{% if error %}
{{ error }}
{% endif %} {% block content %}{% endblock %}