026 template interpolation

✓ Passing This code compiles and runs correctly.

Code

input.kz

Actual

<div>
    <h1>Hello, World!</h1>
    <p>This is a template</p>
</div>

Expected output

<div>
    <h1>Hello, World!</h1>
    <p>This is a template</p>
</div>

Flows

flow ~renderHTML click a branch to expand · @labels scroll to their anchor
renderHTML (source: <div> <h1>Hello, World!</h1> <p>This is a template</p> </div>)

Test Configuration

MUST_RUN