2014-08-05 12:51:39 +03:00
|
|
|
<a class="sr-only sr-only-focusable" href="#gh-main">Skip to main content</a>
|
2015-05-20 16:37:06 +01:00
|
|
|
|
2015-05-21 11:03:24 -06:00
|
|
|
{{gh-alerts notify="topNotificationChange"}}
|
2015-05-20 16:37:06 +01:00
|
|
|
|
2015-05-18 15:20:43 +01:00
|
|
|
<div class="gh-viewport">
|
|
|
|
|
2015-05-20 16:37:06 +01:00
|
|
|
{{#unless signedOut}}
|
|
|
|
{{partial "nav-menu"}}
|
|
|
|
{{/unless}}
|
|
|
|
|
|
|
|
<main id="gh-main" class="gh-main" role="main" data-notification-count={{topNotificationCount}}>
|
|
|
|
{{outlet}}
|
|
|
|
</main>
|
|
|
|
|
2015-05-21 11:03:24 -06:00
|
|
|
{{gh-notifications}}
|
|
|
|
|
2015-05-20 16:37:06 +01:00
|
|
|
{{outlet "modal"}}
|
|
|
|
{{outlet "settings-menu"}}
|
2015-05-18 15:20:43 +01:00
|
|
|
|
2015-05-20 16:37:06 +01:00
|
|
|
</div>{{!gh-viewport}}
|