{# TODO: set this context elsewhere #} {# set context='workspace' #} {% set context=g.navigationContext %} {% block title %}JEDI Cloud{% endblock %} {% assets "css" %} {% endassets %}
{% block template_vars %}{% endblock %} {% include 'navigation/topbar.html' %}
{% include 'navigation/global_navigation.html' %}
{% block sidenav %}{% endblock %} {% block content %} these are not the droids you are looking for {% endblock %}
{% include 'footer.html' %} {% block modal %}{% endblock %} {% if g.modal %}
{% endif %}
{% assets "js_all" %} {% endassets %}