Vulcan/client/views/users/user_profile.html
2014-12-08 20:36:46 +09:00

7 lines
163 B
HTML

<template name="user_profile">
{{#with user}}
{{#each userProfileDisplay}}
{{> UI.dynamic template=getTemplate data=..}}
{{/each}}
{{/with}}
</template>