Vulcan/client/views/users/user_profile.html

8 lines
163 B
HTML
Raw Normal View History

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