{# 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_cilogon = 'The following log in uses CSUSB\'s login system\n For details, check out this webpage' %} {% block login %}
{{ csusb_cilogon | safe }}
For more information about HPC at CSUSB, please visit CSUSB High Performance Computing Initiative
{{ super() }}