home.html 449 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">
Mark Otto's avatar
Mark Otto committed
8
9
10
11
12
    <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>
13

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

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