{% extends "base.html" %} {% block title %}Log in{% endblock %} {% block nav %}{% endblock %} {% block content %}

Welcome back.

This is your server's dashboard. Enter the password you chose during setup.

{% if error %}

{{ error }}

{% endif %}
{% endblock %}