{mode === "simple" ? "Discussions" : "Home"} {#if mode === "simple"}

{groupStore.data?.about ?? ""}

{:else}

Rooms

{#if groupsStore.list.length === 0 && !groupsStore.loaded}

Loading rooms…

{/if} {#each groupsStore.list as room} {room.name} {/each}
{#if activeAbout}

About

{activeAbout}

{/if} {/if}

Resources

{#each resourcesStore.list as r (r.slug)} {r.title} {/each} Contacts
{#if draftState.iconized} {/if} {#if auth.user} {:else} {/if}