{% extends "templates/login.html" %} {% set announcement = 'test announcement message' %} {% set csusb_hub_title = 'Welcome to Cal State San Bernardino JupyterHub' %} {% block main %}
{% if csusb_welcome %} {{ (csusb_welcome | safe) }} {% else %}
For more information about HPC at CSUSB, visit CSUSB High Performance Computing Initiative {% endif %}