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