aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts/default.html
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2013-09-21 11:43:48 -0500
committerTristan Sloughter <[email protected]>2013-09-21 11:43:48 -0500
commit32db43885ab2db7c762a37f6794ee14181ca2170 (patch)
tree864a29c5cd68f3319f7764bdc84b750675e77e82 /_layouts/default.html
parentdfdd4deb4a2d1bab985a315be32810eeaf72f914 (diff)
downloadrelx-32db43885ab2db7c762a37f6794ee14181ca2170.tar.gz
relx-32db43885ab2db7c762a37f6794ee14181ca2170.tar.bz2
relx-32db43885ab2db7c762a37f6794ee14181ca2170.zip
convert generated page to markdown
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
new file mode 100644
index 0000000..7ee00ac
--- /dev/null
+++ b/_layouts/default.html
@@ -0,0 +1,5 @@
+{% include header.html %}
+
+{{ content }}
+
+{% include footer.html %}