aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_layouts
diff options
context:
space:
mode:
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/plain.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/_layouts/plain.html b/_layouts/plain.html
new file mode 100644
index 0000000..db09984
--- /dev/null
+++ b/_layouts/plain.html
@@ -0,0 +1,7 @@
+{% include common/header.html %}
+<div class="row">
+ <div class="col-md-12">
+ {{ content }}
+ </div>
+</div>
+{% include common/footer.html %}