2013-03-28 09:08:14 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
{% include header.html %}
|
|
|
|
</head>
|
2015-04-16 23:07:20 +02:00
|
|
|
<body class="bd-home">
|
2015-01-07 00:35:49 +01:00
|
|
|
<a id="skippy" class="sr-only sr-only-focusable" href="#content">
|
|
|
|
<div class="container">
|
|
|
|
<span class="skiplink-text">Skip to main content</span>
|
|
|
|
</div>
|
|
|
|
</a>
|
2013-03-28 09:08:14 +01:00
|
|
|
|
2017-05-30 22:25:26 +02:00
|
|
|
{% include docs-navbar.html %}
|
2015-08-05 08:39:51 +02:00
|
|
|
|
2013-07-26 10:43:43 +02:00
|
|
|
{{ content }}
|
|
|
|
|
2013-03-28 09:08:14 +01:00
|
|
|
{% include footer.html %}
|
2017-05-29 19:52:13 +02:00
|
|
|
{% include scripts.html %}
|
2013-03-28 09:08:14 +01:00
|
|
|
</body>
|
|
|
|
</html>
|