{% extends "base.html" %} {% block title %}Sign in — Argus{% endblock %} {% block content %}

Argus Dashboard

Enter the admin API key to continue.

{% if error %}
{{ error }}
{% endif %}

The key is checked against ARGUS_ADMIN_API_KEY.

{% endblock %}