Ghost/core/client/templates/application.hbs
Jacob Gable 006aedfb84 Implement signup in Ember
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
2014-05-23 12:17:28 -05:00

10 lines
159 B
Handlebars

{{#unless hideNav}}
{{partial "navbar"}}
{{/unless}}
<main role="main" id="main">
{{ghost-notifications}}
{{outlet}}
</main>
{{outlet modal}}