marko/test/test-project/xml-templates/nested-attrs.marko.xml
2014-10-22 13:24:46 -06:00

21 lines
487 B
XML

<c-template
params="active">
<test-popover>
<attr name="title">Popover Title</attr>
<attr name="content">Popover Content</attr>
Link Text
</test-popover>
<div>
<attr name="class" value="{?active;tab-active}"/>
<attr name="align">center</attr>
</div>
<div>
<attr name="title">
<for each="color in ['red', 'green', 'blue']"> $color! </for>
</attr>
</div>
</c-template>