-
New Feature
-
Resolution: Done
-
Normal
-
None
-
None
-
None
Change the parser to parse the template or attribute tag first, and then parsing the element tag.
In the case below, it should work.
<div>
<apply template="name">
<template>test</template>
</apply>
<template name="name">test with a name</template>
</div>
- relates to
-
ZK-4496 The result of a native HTML5 template tag is missing
- Closed