{% extends "layouts/app_shell.html" %} {% block content %}
{% if workspace.purpose %}

{{ workspace.purpose }}

{% endif %}
{% for region in workspace.regions %}
{# Initial skeleton while loading #}

{{ region.title }}

{% if region.endpoint %}
{% else %}

{{ region.empty_message }}

{% endif %}
{% endfor %}
{% endblock %}