<!-- This test file is based on https://github.com/pangeo-data/pangeo-custom-jupyterhub-templates/blob/master/templates/page.html --> {% extends "templates/login.html" %} {% set announcement = 'test announcement message' %} {% set csusb_hub_title = 'Welcome to Cal State San Bernardino JupyterHub' %} {% block login_container %} <div class="container text-center csusb"> <h1>{{ csusb_hub_title }}</h1> <!-- <h2>{{ csusb_hub_subtitle }}</h2> --> <h4> <p>For more information about HPC at CSUSB, visit <a href="https://www.csusb.edu/academic-technologies-innovation/xreal-lab-and-high-performance-computing/high-performance" target="_blank">CSUSB High Performance Computing Initiative</a> </p> </h4> {{ super() }} </div> {% endblock %}