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