spee.ch/views/profile.handlebars

11 lines
198 B
Handlebars
Raw Normal View History

2017-09-16 17:50:22 -07:00
<div class="wrapper">
{{> topBar}}
<div class="full">
{{#if isAuthenticated}}
{{> profile }}
{{else}}
{{> loginForm}}
{{/if}}
</div>
{{> footer}}
</div>