summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/grid-item.mdwn3
-rw-r--r--templates/grid.mdwn3
2 files changed, 6 insertions, 0 deletions
diff --git a/templates/grid-item.mdwn b/templates/grid-item.mdwn
new file mode 100644
index 00000000..fd2226ae
--- /dev/null
+++ b/templates/grid-item.mdwn
@@ -0,0 +1,3 @@
+<div class="grid-item">
+<TMPL_VAR content>
+</div>
diff --git a/templates/grid.mdwn b/templates/grid.mdwn
new file mode 100644
index 00000000..c75a9fe6
--- /dev/null
+++ b/templates/grid.mdwn
@@ -0,0 +1,3 @@
+<div class="grid">
+<TMPL_VAR content>
+</div>