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-12-14 15:31:02 +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
|
|
|
|
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>
|