{#if warning}
This note has been flagged by the author as "{warning}".
Show anyway
{:else}
{#each shortContent as parsed, i} {#if isNewline(parsed)} {#if singleLine} {" "} {:else}
{/if} {:else if isTopic(parsed)}
{:else if isEmoji(parsed)}
{:else if isEmail(parsed)}
{:else if isCode(parsed)}
{:else if isCashu(parsed) || isInvoice(parsed)}
{:else if isLink(parsed)}
{:else if isProfile(parsed)}
{:else if isQuote(parsed)}
{fromNostrURI(parsed.raw).slice(0, 16) + "…"} {:else} {@html renderAsHtml(parsed)} {/if} {/each}
{/if}