{#if props.title || props.description} {#if props.title} {props.title} {/if} {#if props.description} {props.description} {/if} {/if} {@render children?.()}