aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template/html/snip-basic-layout.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/template/html/snip-basic-layout.html b/template/html/snip-basic-layout.html
new file mode 100644
index 0000000..0b40938
--- /dev/null
+++ b/template/html/snip-basic-layout.html
@@ -0,0 +1,7 @@
+<div id="header">
+ <h1>{{_cursor_}}</h1>
+</div>
+<div id="content">
+</div>
+<div id="footer">
+</div>