mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
17 lines
481 B
XML
17 lines
481 B
XML
<c-template
|
|
params="name,welcome">
|
|
|
|
$!welcome
|
|
$!{welcome}
|
|
${xml:welcome}
|
|
$name
|
|
|
|
<div title="$welcome <hello>" data-name="$name"/>
|
|
|
|
<div data-attr="Hello $name <hello>">
|
|
<attr name="data-nested-attr"><Hello> $name <![CDATA[<hello>]]></attr>
|
|
<attr name="data-nested-attr2" value="Hello <John> <hello>"/>
|
|
Hello <John>© <![CDATA[<hello>]]>
|
|
${startTag:START}
|
|
</div>
|
|
</c-template> |