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