1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-03 20:45:26 +02:00
documize/gui/app/pods/profile/template.hbs

12 lines
291 B
Handlebars
Raw Normal View History

{{#layout/master-sidebar}}
{{/layout/master-sidebar}}
2017-11-28 10:06:39 +00:00
{{#layout/master-content}}
{{layout/logo-heading
title=session.user.fullname
desc="Manage you profile and password"
icon=constants.Icon.Person}}
2017-11-28 11:32:14 +00:00
{{user/user-profile model=model save=(action "save")}}
{{/layout/master-content}}