mirror of
https://github.com/stellarshenson/stellars-jupyterhub-ds.git
synced 2026-03-08 22:20:28 +00:00
- Remove unused *.html from services/jupyterhub/templates/ - Keep only certs/ subdirectory in templates/ - Rename templates_enhanced to html_templates_enhanced - Update Dockerfile COPY paths
10 lines
249 B
HTML
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 %}
|