{topic?.name ?? "Topic"} — Notebook
{#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.

{/if} {:else}

Topic not found

Home {/if}