{% extends "templates/page.html" %} {% block nav_bar_left_items %} {{ super() }} {% if cdsdashboards_enabled %}
  • Dashboards
  • {% endif %} {% endblock %} {% block stylesheet %} {% if cdsdashboards_enabled %} {% endif %} {% endblock %} {# requires jupyerhub > 0.9.4 https://github.com/jupyterhub/jupyterhub/pull/2296 #} {% block logo %} {% endblock %}