{% extends "base.html" %} {% block title %}Thank You - {{ app_name }}{% endblock %} {% block content %}
Thank you for using Spark!
{% if shutdown %}You can close this browser window. The CLI will return to the command prompt.
{% else %}The web server is still running. You can close this window or log in again.
{% endif %}