phonograph/interim-server/templates/workspaces_single/nav.html

9 lines
205 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block main %}
2025-09-25 14:51:09 -07:00
<main style="position: relative; margin: 0 auto; max-width: 32rem;">
<h1>{{ workspace.display_name }}</h1>
{{ workspace_nav | safe }}
</main>
{% endblock %}