aboutsummaryrefslogtreecommitdiff
path: root/docs/_layouts/example.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_layouts/example.html')
-rw-r--r--docs/_layouts/example.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/_layouts/example.html b/docs/_layouts/example.html
new file mode 100644
index 000000000..481440124
--- /dev/null
+++ b/docs/_layouts/example.html
@@ -0,0 +1,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">
+
+ <!-- Page content of course! -->
+ {{ content }}
+
+ <!-- JS and analytics only. -->
+ {% include footer.html %}
+
+ </body>
+</html> \ No newline at end of file