13 lines
278 B
Handlebars
13 lines
278 B
Handlebars
{{page-title "Holygamesapp"}}
|
|
|
|
<div class="menu">
|
|
{{#if this.session.isAuthenticated}}
|
|
<button type="button" {{on "click" this.invalidateSession}}>Logout</button>
|
|
{{else}}
|
|
<LinkTo @route="login">Login</LinkTo>
|
|
{{/if}}
|
|
</div>
|
|
<div class="main">
|
|
{{outlet}}
|
|
</div>
|