{% extends "templates/spawn.html" %} {% from "_macros.html" import swan_loader with context %} {% if announcement_spawn is string %} {% set announcement = announcement_spawn %} {% endif %} {% block main %} {% if error_message %} {{error_message | safe}} {% endif %} {{spawner_options_form | safe}} Start new session {% call swan_loader(visible=false) %} Starting your session... You will be redirected automatically when it's ready for you. {% endcall %} {% endblock %} {% block script %} {% endblock %}
You will be redirected automatically when it's ready for you.