Limitations
The engine tries to support all required features for creating reach HTML templates, but there are a few cases where expressions cannot be used or have some limitations.
Table Family Elements
<table>
, <tr>
, <thead>
, <tbody>
, <tfoot>
and <colgroup>
elements with expressions should not have additional text other than a whitespace:
Breaks template:
Works fine:
Template Element
Expressions inside of the <template>
element are not supported:
Breaks template:
Works fine:
Last updated