{% extends "templates/home.html" %} {% from "_macros.html" import swan_loader with context %} {% if announcement_home is string %} {% set announcement = announcement_home %} {% endif %} {% block main %} Welcome to SWAN Your gateway to interactive analysis Start new session Documentation Examples {% call swan_loader(visible=false) %} Stopping your session... There was an error stopping your session. Try again later. {% endcall %} {% endblock %} {% block script %} {{ super() }} {% endblock %}
Your gateway to interactive analysis