{# Shared base template for iframe-wrapped room docks. Caller supplies: eyebrow Room title to show in the topbar (e.g. "Investor Portal") room Room name passed to the dock engine editor_panel Panel id to default into the layout legacy_url Path to the "Classic View" fallback storage_key_room Suffix for the localStorage layout key Optional (user-level rooms can override): back_url Back-link URL (default: "/project/{{ project.id }}") back_label Back-link label (default: "Project Hub") page_title Title shown next to the eyebrow (default: project.title) #} {% set _back_url = back_url if back_url is defined else ("/project/" ~ project.id) %} {% set _back_label = back_label if back_label is defined else "Project Hub" %} {% set _page_title = page_title if page_title is defined else (project.title or '(untitled)') %} {{ project.title or eyebrow }} · {{ eyebrow }} · {{ TENANT.brand|upper }}
{{ TENANT.short_brand }}. ← {{ _back_label }} {{ eyebrow }} {{ _page_title }}
Classic View