marko/test/test-project/html-templates/async-fragment-function-data-provider.marko
Patrick Steele-Idem 36a51b05bb Renamed to marko
2014-09-18 18:02:41 -06:00

3 lines
107 B
Plaintext

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