mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
6 lines
205 B
Plaintext
6 lines
205 B
Plaintext
<c:template
|
|
xmlns:c="http://raptorjs.org/templates/core"
|
|
xmlns:test="http://raptorjs.org/templates/test">
|
|
|
|
<test:dynamic-attributes2 test="World" class="my-class" id="myId"/>
|
|
</c:template> |