mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 02:44:33 +03:00
006aedfb84
Closes #2410 - Add signup action that posts to signup endpoint - Fix nav bar showing on signup page - Fix image link when a user hasn't set their image yet - Redirect to the ember/signin page if requesting an ember page
10 lines
159 B
Handlebars
10 lines
159 B
Handlebars
{{#unless hideNav}}
|
|
{{partial "navbar"}}
|
|
{{/unless}}
|
|
|
|
<main role="main" id="main">
|
|
{{ghost-notifications}}
|
|
|
|
{{outlet}}
|
|
</main>
|
|
{{outlet modal}} |