aboutsummaryrefslogblamecommitdiffstats
path: root/vendor/twbs/bootstrap/site/_layouts/default.html
blob: 28f4cdccb061f33ff6a79de54695106884e6d0b9 (plain) (tree)





















                                                                 
<!doctype html>
<html lang="en">
  <head>
    {% include header.html %}
  </head>
  <body>
    {% include skippy.html %}

    {% include docs-navbar.html %}

    {% if page.layout == "simple" or page.layout == "examples" %}
      {{ content }}
    {% else %}
      <main id="content" role="main">
        {{ content }}
      </main>
    {% endif %}

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