{% extends "templates/page.html" %} {% block stylesheet %} {{ super() }} <style> .footer-bottom { position: absolute; bottom: 0; text-align: center; } </style> {% endblock %} {% block footer %} <div class="text-center footer-bottom" > <hr style="width:50%""> <p>This JupyterHub is provided by the ITS and ATI at California State Univeristy San Bernardino</p> </div> {% endblock %}