{# The graph and the list share the workspace; each is switched on or off from the dataset toolbar and whatever is on fills the width. The graph can also take the whole screen or open in its own window at /graph. #}
Graph {% if not standalone_graph %} New window {% endif %}
{% block content %} {% if datasets is defined %} {% include "datasets_list.html" %} {% elif standalone_graph %} {% else %} {% include "index.html" %} {% endif %} {% endblock %}
{% include "components/lookup_modal.html" %}