{% extends "./base.html" %} {% import 'macros.html' as ui %} {% block content %} {% if is_first_run %}
This will be the first account, with full access to manage this server.
{% else %}This account will be able to sign in and manage this server.
{% endif %}Already have an account? Sign in
{% endblock %}