{% extends "index.html" %} {% block workspace_content %}

Global configuration

Base configuration

{% with config=base_config %}{% include "_config.html" %}{% endwith %}

Default configuration

{% with config=config %}{% include "_config.html" %}{% endwith %}
{% endblock %} {% block scripts %} {% endblock %}