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