Vulcan/client/views/users/user_profile.html
2015-04-13 16:29:33 +09:00

7 lines
165 B
HTML

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