<!-- {% set csusb_hub_title = 'Welcome to Cal State San Bernardino JupyterHub' %} -->
{% set announcement = 'test announcement message' %}
<!-- {% set csusb_hub_subtitle = 'test announcement message' %} -->
<!-- {% set csusb_welcome = '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>' %} -->
<!--
{% block login_widget %}
Where is login_widget located
{% endblock %} -->
{% block main %}
{% block main %}
<divclass="container text-center csusb">
<divclass="container text-center csusb">
<h1>{{ csusb_hub_title }}</h1>
<h1>{{ csusb_hub_title or 'Welcome to Cal State San Bernardino JupyterHub' }}</h1>
<!-- <h4>
<h2>{{ csusb_hub_subtitle }}</h2>
<h4>
<p>
<p>
{% if csusb_welcome %}
{% if csusb_welcome %}
{{ (csusb_welcome | safe) }}
{{ (csusb_welcome | safe) }}
{% else %}
{% else %}
</p>
</p>
</h4> -->
<p>For more information about HPC at CSUSB,
visit <ahref="https://www.csusb.edu/academic-technologies-innovation/xreal-lab-and-high-performance-computing/high-performance"target="_blank">CSUSB High Performance Computing Initiative</a>