aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/default.html
blob: fc58f859af0e4ae45c36cb90154a9c7129ebf526 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
  <head>
    <!-- Meta, title, CSS, favicons, etc. -->
    {% include header.html %}
  </head>
  <body class="bs-docs" data-spy="scroll" data-target=".bs-docs-sidenav-active">
    <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>

    {{ content }}

    {% include footer.html %}
  </body>
</html>