Vulcan/packages/telescope-users/lib/client/templates/user_profile.html

7 lines
165 B
HTML

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