{#if taskId != null} {#await grabAssignment(nonNull(taskId))} Načítám úlohu {:then task} {@html task.titleHtml} {@html task.description}
{#if !showSolution} showSolution = true}> Zobrazit řešení úlohy {:else}

Řešení

{#await grabSolution(nonNull(taskId))} Načítám... {:then solution} {@html solution.description} {/await} {/if}
{/await} {/if}