marko/test/test-project/rhtml-templates/async-fragment-function-data-provider.rhtml

3 lines
107 B
Plaintext

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