1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 12:05:23 +02:00
documize/gui/app/pods/profile/template.hbs
2018-12-14 16:40:54 +00:00

11 lines
291 B
Handlebars

{{#layout/master-sidebar}}
{{/layout/master-sidebar}}
{{#layout/master-content}}
{{layout/logo-heading
title=session.user.fullname
desc="Manage you profile and password"
icon=constants.Icon.Person}}
{{user/user-profile model=model save=(action "save")}}
{{/layout/master-content}}