{#if title || description}
{#if title} {title} {/if} {#if description} {description} {/if}
{/if} {#if children}
{@render children()}
{/if} {#if footer}
{@render footer()}
{/if}