{#if code}
{@html lang}
{#if lang === 'python' || checkPythonCode(code)} {/if}
{@html highlightedCode || code}
{#if executed}
STDOUT/STDERR
{/if}
{/if}