{% extends "_layout.html.j2" %} {%- block content -%}

Welcome to Continuwuity!

Continuwuity is successfully installed and working.

{%- if first_run %}

To get started, check the server logs for instructions on how to create the first account.

For support, take a look at the documentation or join the Continuwuity Matrix room.

{%- else %}

To get started, choose a client and connect to {{ server_name }}.

{%- endif %}
{%- endblock content -%}