summaryrefslogtreecommitdiff
path: root/examples/templates/page.mustache
diff options
context:
space:
mode:
authorSean Fridman <fridman@mail.sfsu.edu>2015-04-06 14:41:31 -0400
committerSean Fridman <fridman@mail.sfsu.edu>2015-04-06 15:27:54 -0400
commit37d5adf48c9c1b3ee326b631828732927797ca4f (patch)
tree238065e667385df6fe082a7b0730cce3665d104f /examples/templates/page.mustache
parente3812a56bd699fc9ded7ac66d820c4a4ac845b23 (diff)
Move default template location to templates/
Diffstat (limited to 'examples/templates/page.mustache')
-rw-r--r--examples/templates/page.mustache5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/templates/page.mustache b/examples/templates/page.mustache
new file mode 100644
index 0000000..f7d899f
--- /dev/null
+++ b/examples/templates/page.mustache
@@ -0,0 +1,5 @@
+woop
+<h1>{{page.title}}</h1>
+<p>
+ {{page.body}}
+</p>