{# TODO: set this context elsewhere #}
{# set context='workspace' #}
{% set context=navigationContext() %}
{% block title %}JEDI{% end %}
{% for url in assets['css'].urls() %}
{% end %}
{% block template_vars %}{% end %}
{% include 'navigation/topbar.html.to' %}
{% include 'navigation/global_navigation.html.to' %}
{% block sidenav %}{% end %}
{% block content %}
these are not the droids you are looking for
{% end %}
{% include 'footer.html.to' %}
{% block modal %}{% end %}