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

{{ hub_title or 'QHub' }}

{{ hub_subtitle }}

{% if welcome %} {{ (welcome | safe) }} {% else %} Welcome to this Qhub. For more information about QHub, visit qhub.dev. {% endif %}

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