{#if loading}
Loading
{:else if topic}
Home
· Topic
{topic.name}
{#if topic.description}
{topic.description}
{/if} {#if notes.length > 0}
Notes
{#each notes as note}
{/each} {/if} {#if questions.length > 0}
Questions
{#each questions as question}
{/each} {/if} {#if notes.length === 0 && questions.length === 0}
No content in this topic yet.
Post a note
Ask a question
{/if} {:else}
Topic not found
Home
{/if}