{#if code}
{@html lang}
{#if lang.toLowerCase() === 'python' || lang.toLowerCase() === 'py' || (lang === '' && checkPythonCode(code))} {#if executing}
Running
{:else} {/if} {/if}
{@html highlightedCode || code}
{#if executing}
STDOUT/STDERR
Running...
{:else if stdout || stderr || result}
STDOUT/STDERR
{stdout || stderr || result}
{/if}
{/if}