{% extends "templates/page.html" %}

<style>
#footer-page {
    position: absolute;
    bottom: 0;
    padding: 3px;
    }
</style>

{% block footer %}
<div class="container text-center" id="footer-page">
    <hr>
    <p>The JupyterHub is provided by the  ITS and ATI at California State Univeristy San Bernardino</p>
</div>
{% endblock %}