aboutsummaryrefslogtreecommitdiff
path: root/index.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'index.tpl')
-rw-r--r--index.tpl14
1 files changed, 14 insertions, 0 deletions
diff --git a/index.tpl b/index.tpl
new file mode 100644
index 0000000..cafe12f
--- /dev/null
+++ b/index.tpl
@@ -0,0 +1,14 @@
+# Title
+- {{ title }}
+- {{title}}
+- {{ title}}
+- {{title }}
+
+# Dot notation
+{{ user.name }}
+
+# For block
+{% for p in posts %}
+ - {{ p.title }}
+{% endfor %}
+