Hello {{value}}
Hello {{value}}
Hello {{value}}
{{text path="/value"}}
{{#each path="/subvalues"}}
- {{text path="value"}}
{{/each}}
{{#each path="other>/subvalues"}}
{{#if path="other>visible"}}
- {{control sap-ui-type="my.Control" sap-ui-class="test1 test2" text="{other>value}"}}
{{/if}}
{{#unless path="other>visible"}}
- {{text path="other>value"}}
{{/unless}}
{{/each}}