{% extends "base.html" %} {% block title %}Dashboard — Tourniquet{% endblock %} {% block content %}
{# ── Sidebar ── #} {# ── Main panel ── #}
{% if selected_id %} {% include "_partials/key_panel.html" %} {% else %}

No keys yet. Add your first key.

{% endif %}
{% endblock %}