{#if breadcrumb}
{@render breadcrumb()}
{/if} {#if centered}
{#if backHref} {/if}
{#if icon}
{@render icon()}
{/if}

{title}

{#if description} {description} {/if}
{#if actions}
{@render actions()}
{/if}
{:else}
{#if backHref} {/if} {#if icon}
{@render icon()}
{/if}

{title}

{#if description} {description} {/if}
{#if actions}
{@render actions()}
{/if}
{/if} {#if tabs}
{@render tabs()}
{/if}