Vulcan/client/views/users/user_profile.html
2014-12-08 14:53:26 +09:00

7 lines
162 B
HTML

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