{% extends "base.html" %} {% block title %}Setup{% endblock %} {% block content %}

Initial Setup

Create the initial admin user to access the system.

{% if let Some(err) = error %}

{{ err }}

{% endif %}
Username:
Password:

{% endblock %}