marko/test/test-project/rhtml-templates/dynamic-attributes2.rhtml
2014-02-06 15:16:33 -07:00

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>