{#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.
Post a note
Ask a question
{/if} {:else}
Unit not found
Home
{/if}