{% extends "templates/page.html" %} {% block login_widget %} {% endblock %} {% block meta %} {% if automatic_redirect %} {% endif %} {% endblock %} {% block main %}

You are successfully logged out from the JupyterHub!

{% if automatic_redirect %}

You will automatically redirect in 5 seconds! Otherwise click the next button!

{% endif %}
Return to login page!
{% endblock %} {% block stylesheet %} {{ super() }} {% endblock %}