{% extends "base.html" %} {% block title %}Login - Dazzle Console{% endblock %} {% block body %}

Dazzle Console

{% if setup_required %} Create your admin account to get started. {% else %} Sign in to your control plane. {% endif %}

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