{#if code}
{@html lang}
{#if lang === 'python'}
{ executePython(code); }}>Run
{/if}
{copied ? 'Copied' : 'Copy Code'}
{@html highlightedCode || code}
{#if executed}
STDOUT/STDERR
{/if}
{/if}