marko/test/test-project/rhtml-templates/async-fragment-function-data-provider.rhtml
2014-02-06 14:45:45 -07:00

9 lines
197 B
Plaintext

<c:template
xmlns:c="core"
xmlns:async="async">
<async:fragment data-provider="${data.userInfo}" var="userInfo">
Hello $userInfo.name
</async:fragment>
</c:template>