spee.ch/views/profile.handlebars
2017-09-16 17:50:22 -07:00

11 lines
198 B
Handlebars

<div class="wrapper">
{{> topBar}}
<div class="full">
{{#if isAuthenticated}}
{{> profile }}
{{else}}
{{> loginForm}}
{{/if}}
</div>
{{> footer}}
</div>