summaryrefslogtreecommitdiff
path: root/examples/www/page.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'examples/www/page.mustache')
-rw-r--r--examples/www/page.mustache5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/www/page.mustache b/examples/www/page.mustache
new file mode 100644
index 0000000..f7d899f
--- /dev/null
+++ b/examples/www/page.mustache
@@ -0,0 +1,5 @@
+woop
+<h1>{{page.title}}</h1>
+<p>
+ {{page.body}}
+</p>