{% extends "templates/home.html" %} {% from "_macros.html" import swan_loader with context %} {% if announcement_home is string %} {% set announcement = announcement_home %} {% endif %} {% block main %}
{% call swan_loader(visible=false) %}

Stopping your session...

{% endcall %}
{% endblock %} {% block script %} {{ super() }} {% endblock %}