{% extends "base.html" %} {% block page_class %}page-narrow{% endblock %} {% block subtitle %}

First-run setup

{% endblock %} {% block content %}

Create the admin account

This server has no users yet. The account you create here is the administrator: it can enroll other users and manage every frame. Any frame this server already knows about is linked to it automatically.

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