2013-03-28 09:08:14 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<!-- Meta, title, CSS, favicons, etc. -->
|
|
|
|
{% include header.html %}
|
|
|
|
</head>
|
|
|
|
<body class="bs-docs-home">
|
2014-02-10 19:46:17 +01:00
|
|
|
<a class="sr-only sr-only-focusable" href="#content">Skip to main content</a>
|
2013-03-28 09:08:14 +01:00
|
|
|
|
2013-05-09 06:56:08 +02:00
|
|
|
<!-- Docs master nav -->
|
2014-03-17 03:32:08 +01:00
|
|
|
{% include nav/main.html %}
|
2013-05-09 06:56:08 +02:00
|
|
|
|
2013-07-26 10:43:43 +02:00
|
|
|
<!-- Page content of course! -->
|
|
|
|
{{ content }}
|
|
|
|
|
2013-03-28 09:08:14 +01:00
|
|
|
{% include footer.html %}
|
|
|
|
</body>
|
|
|
|
</html>
|