{% extends "templates/login.html" %} {% set announcement = 'test announcement message' %} {% set csusb_hub_title = 'Welcome to Cal State San Bernardino JupyterHub' %} {% block login %}

{{ csusb_hub_title }}

For more information about HPC at CSUSB, visit CSUSB High Performance Computing Initiative

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