{unit?.code ?? "Unit"} — Notebook
{#if loading}

Loading

{:else if unit}

Home · Unit

{unit.code}{unit.code2 ? ` / ${unit.code2}` : ""}

{unit.name}

{#if unit.description}

{unit.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 for this unit yet.

{/if} {:else}

Unit not found

Home {/if}