summaryrefslogtreecommitdiff
path: root/examples/templates/page.liquid
diff options
context:
space:
mode:
authorSean Fridman <fridman@mail.sfsu.edu>2015-04-07 22:18:48 -0400
committerSean Fridman <fridman@mail.sfsu.edu>2015-04-07 22:18:48 -0400
commit8896617d1b5db8f4c58c08a4fb7361ce9e55281a (patch)
tree94d89c8b42267b47b1701551f04b213c34ecc00f /examples/templates/page.liquid
parent57b72a57449f00938dd80c17c9c138ecee8a2ad4 (diff)
Use correct extension for Liquid templates
Diffstat (limited to 'examples/templates/page.liquid')
-rw-r--r--examples/templates/page.liquid5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/templates/page.liquid b/examples/templates/page.liquid
new file mode 100644
index 0000000..f7d899f
--- /dev/null
+++ b/examples/templates/page.liquid
@@ -0,0 +1,5 @@
+woop
+<h1>{{page.title}}</h1>
+<p>
+ {{page.body}}
+</p>