{:else if duration}
took {duration}ms
{/if}
{#if mem}
mem peak: {(mem / 1024).toPrecision(4)}MB
{/if}
{#if content}{#if content?.length > LOG_LIMIT}(truncated to the last {LOG_LIMIT} characters)...
{/if}{@html html}{:else if !isLoading}No logs are available yet{/if}