aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/default.html
blob: 4add0827943a67b2c8600f30357dcfd5f9f105d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
  <head>
    <!-- Meta, title, CSS, favicons, etc. -->
    {% include header.html %}
  </head>
  <body class="bs-docs">
    <a class="sr-only sr-only-focusable" href="#content">Skip to main content</a>

    {% include nav/docs.html %}

    <div class="bs-docs-header" id="content">
      <div class="bs-docs-container">
        <h1>{{ page.title }}</h1>
        <p>{{ page.lead }}</p>
        {% include ads.html %}
      </div>
    </div>

    <div class="bs-docs-container">
      {{ content }}
    </div>

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