{{ app_name }}
Local-first organization
{% for label, href in nav_items %}
{{ label }}
{% endfor %}
{% if workspace_options %}
Workspace
{% for workspace in workspace_options %}
{{ workspace.name }}
{% endfor %}
{% endif %}
Theme
Light
{% block content %}{% endblock %}