038 implicit expr and source

✓ Passing This code compiles and runs correctly.

Code

input.kz

Flows

flow ~conditional.render click a branch to expand · @labels scroll to their anchor
conditional.render (expr: show_greeting, source: <h1>Hello World</h1> <p>This is conditional content</p>)
flow ~conditional.render click a branch to expand · @labels scroll to their anchor
conditional.render (expr: show_greeting, source: <style> .header { color: blue; } .content { padding: 10px; } </style> <div class="header">Styled!</div>)

Test Configuration

MUST_RUN