{#if variant === 'block'}

{title}

{#if hint}

{hint}

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

{title} {#if hint} {hint}{/if} {#if actions} {@render actions()} {/if}

{/if}