{% extends "templates/login.html" %} {% set announcement = '' %} {% block main %}

{{ hub_title or 'Nebari' }}

{{ hub_subtitle }}

{% if welcome %} {{ (welcome | safe) }} {% else %} Welcome to Nebari. For more information about Nebari, visit https://nebari.dev. {% endif %}

{{ super() }} {% endblock main%}