{# 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. #}
{% block content %}
{% if datasets is defined %}
{% include "datasets_list.html" %}
{% elif standalone_graph %}
{% else %}
{% include "index.html" %}
{% endif %}
{% endblock %}