2015-04-24 16:44:18 +03:00
|
|
|
<div class="gh-viewport">
|
2014-08-05 13:51:39 +04:00
|
|
|
<a class="sr-only sr-only-focusable" href="#gh-main">Skip to main content</a>
|
|
|
|
|
2015-04-24 16:44:18 +03:00
|
|
|
{{#unless signedOut}}
|
|
|
|
{{partial "nav-menu"}}
|
2014-05-15 05:24:49 +04:00
|
|
|
{{/unless}}
|
2014-02-26 08:58:00 +04:00
|
|
|
|
2015-03-26 16:52:30 +03:00
|
|
|
{{gh-notifications location="top" notify="topNotificationChange"}}
|
|
|
|
|
2015-04-24 16:44:18 +03:00
|
|
|
<main id="gh-main" class="gh-main" role="main" data-notification-count={{topNotificationCount}}>
|
2014-12-04 18:12:38 +03:00
|
|
|
{{outlet}}
|
2015-05-13 02:35:21 +03:00
|
|
|
{{gh-notifications location="bottom"}}
|
2014-03-31 08:07:05 +04:00
|
|
|
</main>
|
2014-08-05 13:51:39 +04:00
|
|
|
|
2014-12-06 00:54:42 +03:00
|
|
|
{{outlet "modal"}}
|
|
|
|
{{outlet "settings-menu"}}
|
2015-04-24 16:44:18 +03:00
|
|
|
|
|
|
|
</div>{{!gh-viewport}}
|