Files
stellars-jupyterhub-ds/services/jupyterhub/html_templates_enhanced/logout.html
stellarshenson 181e2ac5f4 chore: cleanup templates directory structure
- Remove unused *.html from services/jupyterhub/templates/
- Keep only certs/ subdirectory in templates/
- Rename templates_enhanced to html_templates_enhanced
- Update Dockerfile COPY paths
2026-01-14 17:19:12 +01:00

10 lines
249 B
HTML

{% extends "page.html" %}
{% if announcement_logout is string %}
{% set announcement = announcement_logout %}
{% endif %}
{% block main %}
<div id="logout-main" class="container">
<p>Successfully logged out.</p>
</div>
{% endblock main %}