mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
10 lines
389 B
Plaintext
10 lines
389 B
Plaintext
<c:include template="./include-target.rhtml" name="${'Frank'}" count="20"/>
|
|
<c:include template="./include-target.rhtml" name="Frank" count="${20}"/>
|
|
<c:include template="./include-target.rhtml" template-data="{name: 'Frank', count: 20}"/>
|
|
<c:include template="./include-nested-content.rhtml" name="Frank" count="${20}">
|
|
Have a
|
|
<b>
|
|
wonderful
|
|
</b>
|
|
day!
|
|
</c:include> |