{% extends "templates/login.html" %} {% block main %}

{{ csusb_hub_title or 'CSUSB JupyterHub' }}

{{ csusb_hub_subtitle }}

{% if csusb_welcome %} {{ (csusb_welcome | safe) }} {% else %} Welcome to this Cal State San Bernardino JupyterHub. For more information about HPC, visit CSUSB High Performance Computing Initiative. {% endif %}

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