{# https://github.com/jupyterhub/jupyterhub/issues/1385 https://github.com/jupyterhub/jupyterhub/issues/1385#issuecomment-738447175 #} {% extends "templates/login.html" %} {% set announcement = 'test announcement message' %} {% set csusb_hub_title = 'Welcome to Cal State San Bernardino JupyterHub' %} {# {% set csusb_web_link = "For more information about HPC at CSUSB, visit CSUSB High Performance Computing Initiative" %} #} {% set csusb_cilogon = 'The following log in uses CSUSB\'s login system\n For details, check out this webpage' %} {% block stylesheet %} {% endblock %} {% block login %}

{{ csusb_hub_title }}

{{ csusb_web_link | safe }}

{{ csusb_cilogon | safe }}

{{ super() }}
{% endblock %}