Vulcan/client/views/users/user_profile.html

8 lines
162 B
HTML
Raw Normal View History

2012-09-24 22:27:29 +02:00
<template name="user_profile">
{{#with user}}
2014-12-08 14:53:26 +09:00
{{#each userProfileBlocks}}
{{> UI.dynamic template=getTemplate data=..}}
{{/each}}
{{/with}}
</template>