marko/test/test-project/html-templates/async-fragment-function-data-provider.marko
2014-09-22 11:46:18 -06:00

4 lines
105 B
Plaintext

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