{#if loading}
Loading nostr links...
{:else} {#each htmlParts as part} {#if part.type === 'html'} {@html part.content} {:else if part.type === 'profile' && part.pubkey} {:else if part.type === 'event' && part.event} {:else} {part.content} {/if} {/each} {/if}