{#await load()}
{:then}
activateTab('general')} class:text-green-500={activeTab.general} class="px-3 py-2 cursor-pointer hover:bg-warmGray-700 rounded-lg transition duration-100" > General
activateTab('secrets')} class:text-green-500={activeTab.secrets} class="px-3 py-2 cursor-pointer hover:bg-warmGray-700 rounded-lg transition duration-100" > Secrets
{#if activeTab.general}
{:else if activeTab.secrets}
{/if}
{/await}