mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 20:16:39 -04:00
7 lines
167 B
HTML
7 lines
167 B
HTML
<template name="user_edit">
|
|
{{#with user}}
|
|
{{#each userProfileEdit}}
|
|
{{> Template.dynamic template=template data=..}}
|
|
{{/each}}
|
|
{{/with}}
|
|
</template>
|