{#if $settings.advanced.debug}
{#each sections as { title, data }, i}
{JSON.stringify(data, null, 2)}
{/each}
{/if}