{#if notes} {#each notes as note}
{@html marked.parse(note.title)}
{@html marked.parse(note.text)}
{/each} {/if}