This is nodes module {#await fetchNodes} .. Waiting {:then nodes} {#each nodes as node}
New Node {node.uri} {#each node.subnodes as subnode}
User: {subnode.user}
{#if typeof subnode.content === "string"} {@html converter.makeHtml(replaceWiki(subnode.content))} {/if}
{/each}
{/each} {/await}