summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2023-08-27 02:40:08 -0600
committerHombreLaser <sebastian-440@live.com>2023-08-27 02:40:08 -0600
commitac6772f292a83217e10e38ba853c76b5666133e0 (patch)
treed0d4eb27d9482dc275d75f48a2ca029d825e52a6 /_layouts/default.html
Commit inicial
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..4b5826b
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,14 @@
+{% include header.html %}
+
+<div class="container container-left">
+ <div class="row">
+ <div class="col-md-3 hidden-xs">
+ {% include sidebar.html %}
+ </div>
+ <div class="col-md-9">
+ {{ content }}
+ </div>
+ </div>
+</div>
+
+{% include footer.html %}