Theme Management
Manage your site's appearance by selecting a theme.

{#each themes as theme}
{theme.title}
By {theme.author} | v{theme.version || '1.0.0'}
{theme.description}
{#if currentActive === theme.slug} {:else} {/if}
{/each}