11 lines
No EOL
198 B
Handlebars
11 lines
No EOL
198 B
Handlebars
<div class="wrapper">
|
|
{{> topBar}}
|
|
<div class="full">
|
|
{{#if isAuthenticated}}
|
|
{{> profile }}
|
|
{{else}}
|
|
{{> loginForm}}
|
|
{{/if}}
|
|
</div>
|
|
{{> footer}}
|
|
</div> |