aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/customize.html
blob: 31a5647eb054a210d1f396b3598487c4b73fbe37 (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
27
28
29
30
<!DOCTYPE html>
<html lang="en">
  <head>
    <!-- Meta, title, CSS, favicons, etc. -->
    {% include header.html %}
    <!-- Place anything custom after this. -->
  </head>
  <body data-spy="scroll" data-target=".bs-docs-sidebar">

    <!-- Docs master nav -->
    {% include nav-main.html %}

    <!-- Docs page layout -->
    <div class="container bs-docs-container">
      {{ content }}

      <!-- Quick back to top -->
      <a href="#welcome" class="bs-docs-top">
        Back to top
      </a>

      <!-- Main docs footer (social buttons, copyright, etc). -->
      {% include colophon.html %}
    </div>

    <!-- JS and analytics only. -->
    {% include footer.html %}

  </body>
</html>