customize.html 696 Bytes
Newer Older
Mark Otto's avatar
Mark Otto committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!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 -->
Mark Otto's avatar
Mark Otto committed
18
      <a href="#welcome" class="bs-top">
Mark Otto's avatar
Mark Otto committed
19
20
21
22
23
24
25
26
27
28
29
30
        Back to top
      </a>

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

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

  </body>
</html>