{#if content}{@const len =
(content?.length ?? 0) +
(loadedFromObjectStore?.length ?? 0)}{#if splitHtml}{@html splitHtml.before}{@html splitHtml.after}{:else if downloadStartUrl}
{@html html}{:else if len > LOG_LIMIT} ({LOG_LIMIT}/{len} chars)
{@html html}{:else}{@html html}{/if}{:else if !isLoading}{customEmptyMessage}{/if}