{% extends "base.html" %} {% block title %}Thank You - {{ app_name }}{% endblock %} {% block content %}

{% if shutdown %} Shutting Down {% else %} Session Ended {% endif %}

Thank you for using Spark!

{% if shutdown %}
The web server is shutting down...
Shutting down... Please wait

You can close this browser window. The CLI will return to the command prompt.

{% else %}
Your session has been logged out successfully

The web server is still running. You can close this window or log in again.

{% endif %}
SPARK
Secure Personal AI Research Kit
{% endblock %} {% block extra_scripts %} {% if shutdown %} {% endif %} {% endblock %}