2014-07-19 22:33:48 +04:00
|
|
|
<!DOCTYPE html>
|
2014-03-16 17:56:29 +04:00
|
|
|
<html lang="en">
|
|
|
|
<head>
|
2014-07-19 22:33:48 +04:00
|
|
|
<!-- Meta, title, CSS, favicons, etc. -->
|
|
|
|
{% include head.html %}
|
2014-05-21 21:17:39 +04:00
|
|
|
</head>
|
|
|
|
<body>
|
2014-07-29 21:48:31 +04:00
|
|
|
<div id="container">
|
2014-03-16 17:56:29 +04:00
|
|
|
|
2014-07-29 21:48:31 +04:00
|
|
|
<a class="sr-only sr-only-focusable" href="#gh-main">Skip to main content</a>
|
2014-03-16 17:56:29 +04:00
|
|
|
|
2014-07-29 21:48:31 +04:00
|
|
|
<!-- Main nav -->
|
|
|
|
{% include nav/global.html %}
|
2014-07-19 22:33:48 +04:00
|
|
|
|
2014-07-29 21:48:31 +04:00
|
|
|
<main id="gh-main" class="viewport" role="main">
|
|
|
|
{{content}}
|
|
|
|
</main>
|
2014-07-29 13:28:02 +04:00
|
|
|
|
2014-07-29 21:48:31 +04:00
|
|
|
{% include foot.html %}
|
|
|
|
|
|
|
|
</div>
|
2014-05-21 21:17:39 +04:00
|
|
|
</body>
|
2014-03-16 17:56:29 +04:00
|
|
|
</html>
|