5 lines
132 B
Plaintext

<c:with vars="x=1; y=7; z=x+10; a">$x $y $z</c:with>
<div c:for="i in [1, 2, 3]" c:with="message=i+ ') hello'">
$message
</div>