aboutsummaryrefslogtreecommitdiff
path: root/index.tpl
diff options
context:
space:
mode:
authorDanny van Kooten <dannyvankooten@users.noreply.github.com>2020-03-11 14:55:03 +0100
committerDanny van Kooten <dannyvankooten@users.noreply.github.com>2020-03-11 14:55:03 +0100
commitabe9d3b25be17ea0cb920e54322854bd1e2dd97f (patch)
tree4222fec90b9ca80bf6ccf303ab997212c61cd7c4 /index.tpl
downloadunja-abe9d3b25be17ea0cb920e54322854bd1e2dd97f.tar.gz
unja-abe9d3b25be17ea0cb920e54322854bd1e2dd97f.zip
initial commit
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 %}
+