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

7 lines
167 B
HTML

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