{% extends "web/_base_unscoped.html" %} {% load static %} {% load debusine %} {# Disable the "Debusine" string next to the homepage icon #} {% block navbar_brand_name %}{% endblock %} {# Implement a navigation bar with scope / workspace / etc. #} {% block navbar_left %} {% if workspace %} {% if other_workspaces %} {% else %} {% endif %} {% endif %} {% endblock %}