home.html 483 Bytes
Newer Older
1
2
3
4
5
6
7
<!DOCTYPE html>
<html lang="en">
  <head>
    <!-- Meta, title, CSS, favicons, etc. -->
    {% include header.html %}
  </head>
  <body class="bs-docs-home">
8
    <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>
9

Mark Otto's avatar
Mark Otto committed
10
    <!-- Docs master nav -->
Mark Otto's avatar
Mark Otto committed
11
    {% include home-nav.html %}
Mark Otto's avatar
Mark Otto committed
12

13
14
15
    <!-- Page content of course! -->
    {{ content }}

16
17
18
    {% include footer.html %}
  </body>
</html>