Download
{#if content}{#if content?.length > LOG_LIMIT}(truncated to the last {LOG_LIMIT} characters)... 
					{/if}{@html html}{:else if isLoading}Waiting for job to start...{:else}No logs are available yet{/if}
Auto scroll
{#if isLoading}
{#if tag}
tag: {tag}
{/if}
{: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}