Settings

{#if $isLoading}

Loading...

{:else if $error}

{$error}

{:else}
{#each $settings as setting (setting.id)}
{/each}
{/if}