home.html 407 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 class="sr-only sr-only-focusable" href="#content">Skip to main content</a>
9

Mark Otto's avatar
Mark Otto committed
10
    <!-- Docs master nav -->
Mark Otto's avatar
Mark Otto committed
11
    {% include nav/home.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>