{% extends "base.html" %} {% block styles %} {{ super() }} {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block tabs %} {# Project switcher — sits between the main header bar and the navigation tabs #} {% if config.extra.projects %} {% for project in config.extra.projects %} {% if project.icon %}{{ project.icon }}{% endif %} {{ project.name }} {% endfor %} {% endif %} {{ super() }} {% endblock %}