aboutsummaryrefslogtreecommitdiff
path: root/themes/docsy/assets/vendor/bootstrap/site/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/docsy/assets/vendor/bootstrap/site/_layouts/default.html')
-rw-r--r--themes/docsy/assets/vendor/bootstrap/site/_layouts/default.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/themes/docsy/assets/vendor/bootstrap/site/_layouts/default.html b/themes/docsy/assets/vendor/bootstrap/site/_layouts/default.html
new file mode 100644
index 0000000..28f4cdc
--- /dev/null
+++ b/themes/docsy/assets/vendor/bootstrap/site/_layouts/default.html
@@ -0,0 +1,22 @@
+<!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>