aboutsummaryrefslogtreecommitdiffstats
path: root/foundation-default-colours/templates/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'foundation-default-colours/templates/page.html')
-rw-r--r--foundation-default-colours/templates/page.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/foundation-default-colours/templates/page.html b/foundation-default-colours/templates/page.html
new file mode 100644
index 0000000..7c14405
--- /dev/null
+++ b/foundation-default-colours/templates/page.html
@@ -0,0 +1,11 @@
+{% extends "base.html" %}
+
+{% block content %}
+<div class="row">
+ <div class="small-12 columns">
+ {{ page.content }}
+ </div>
+</div>
+{% endblock %}
+
+{% set pagetitle = page.title %} \ No newline at end of file