2014-08-05 13:51:39 +04:00
|
|
|
<a class="sr-only sr-only-focusable" href="#gh-main">Skip to main content</a>
|
2015-05-20 18:37:06 +03:00
|
|
|
|
|
|
|
<!-- TODO: Rename gh-alerts, remove location attr -->
|
|
|
|
{{gh-notifications location="top" notify="topNotificationChange"}}
|
|
|
|
<!-- TODO: SHOULD RENDER LIKE
|
|
|
|
<aside id="ember754" class="gh-alerts">
|
|
|
|
<article class="gh-alert gh-alert-blue">
|
|
|
|
<div class="gh-alert-content">
|
|
|
|
<a href="https://ghost.org/download">Ghost 0.6.4</a> is available! Hot Damn. Please <a href="http://support.ghost.org/how-to-upgrade/" target="_blank">upgrade</a> now.
|
|
|
|
</div>
|
|
|
|
<button class="gh-alert-close icon-x" data-ember-action="779"><span class="hidden">Close</span></button>
|
|
|
|
</article>
|
|
|
|
</aside>
|
|
|
|
-->
|
|
|
|
|
2015-05-18 17:20:43 +03:00
|
|
|
<div class="gh-viewport">
|
|
|
|
|
2015-05-20 18:37:06 +03:00
|
|
|
{{#unless signedOut}}
|
|
|
|
{{partial "nav-menu"}}
|
|
|
|
{{/unless}}
|
|
|
|
|
|
|
|
<main id="gh-main" class="gh-main" role="main" data-notification-count={{topNotificationCount}}>
|
|
|
|
{{outlet}}
|
|
|
|
</main>
|
|
|
|
|
|
|
|
<!-- TODO: Remove location attr -->
|
|
|
|
{{gh-notifications location="bottom"}}
|
2015-05-18 17:20:43 +03:00
|
|
|
<!-- TODO: SHOULD RENDER LIKE
|
2015-05-20 18:37:06 +03:00
|
|
|
<aside id="ember721" class="ember-view gh-notifications">
|
|
|
|
<article class="gh-notification gh-notification-green">
|
|
|
|
<div class="gh-notification-content">
|
|
|
|
<strong>Hannah Wolfe</strong> just updated the post <em>12 Reasons Why You're Not Selling Anything</em>.
|
|
|
|
</div>
|
|
|
|
<button class="gh-notification-close icon-x" data-ember-action="1077"><span class="hidden">Close</span></button>
|
|
|
|
</article>
|
|
|
|
<article class="gh-notification">
|
|
|
|
<div class="gh-notification-content">
|
|
|
|
<strong>Hannah Wolfe</strong> just updated the post <em>20 Reasons Why You're Not Selling Anything</em>.
|
2015-05-18 17:20:43 +03:00
|
|
|
</div>
|
2015-05-20 18:37:06 +03:00
|
|
|
<button class="gh-notification-close icon-x" data-ember-action="1077"><span class="hidden">Close</span></button>
|
2015-05-18 17:20:43 +03:00
|
|
|
</article>
|
|
|
|
</aside>
|
|
|
|
-->
|
2015-05-20 18:37:06 +03:00
|
|
|
{{outlet "modal"}}
|
|
|
|
{{outlet "settings-menu"}}
|
2015-05-18 17:20:43 +03:00
|
|
|
|
2015-05-20 18:37:06 +03:00
|
|
|
</div>{{!gh-viewport}}
|