{#if code}
{@html lang}
{#if ['', 'python'].includes(lang) && (lang === 'python' || 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}