mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
5 lines
132 B
Plaintext
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> |