{heading}
{subheading}
{#if errors.full_messages.length > 0}
Some changes could not be saved:
{#each errors.full_messages as message}
{message}
{/each}
{/if}
{#each sections as section}
{section.label} {/each}
{@render children?.()}