11 lines
132 B
Plaintext

static var renderCount = 0;
class {
}
<div.hello>
Hello ${input.name}!
<span.render-count>${renderCount++}</span>
</div>