{#if dashboard.uiShell().branding()}
{dashboard.uiShell().branding().applicationName} {#if dashboard.uiShell().branding().stage().isPresent()} {#let stage=dashboard.uiShell().branding().stage().get()}
{#if stage.icon}
{/if} {stage.label}
{/let} {/if}
{/if}
{#for item in dashboard.uiShell().navigationItems()}
{item.label}
{/for} {#if security:isOidcEnabled()}
{security:currentUser()} (
Logout)
{/if}
{title}
{#if subtitle}
{subtitle}
{/if}
{#insert content /}