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

Initial Setup

Create the initial admin user to access the dungeon.

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