aboutsummaryrefslogtreecommitdiff
path: root/index.tpl
diff options
context:
space:
mode:
authorDanny van Kooten <dannyvankooten@users.noreply.github.com>2020-03-11 21:11:29 +0100
committerDanny van Kooten <dannyvankooten@users.noreply.github.com>2020-03-11 21:11:29 +0100
commit615618bb2ad91be24fb74738db0b2f290ccc50a3 (patch)
treeac49e221d86a6ac32cedd6be3baaed523769674f /index.tpl
parentabe9d3b25be17ea0cb920e54322854bd1e2dd97f (diff)
downloadunja-615618bb2ad91be24fb74738db0b2f290ccc50a3.tar.gz
unja-615618bb2ad91be24fb74738db0b2f290ccc50a3.zip
start evaluation
Diffstat (limited to 'index.tpl')
-rw-r--r--index.tpl10
1 files changed, 8 insertions, 2 deletions
diff --git a/index.tpl b/index.tpl
index cafe12f..940f61b 100644
--- a/index.tpl
+++ b/index.tpl
@@ -1,14 +1,20 @@
-# Title
+# List of titles
- {{ title }}
- {{title}}
- {{ title}}
- {{title }}
# Dot notation
-{{ user.name }}
+{{ home.title }}
# For block
{% for p in posts %}
- {{ p.title }}
+
+ (
+ {% for t in p.tags %}
+ {{ t }},
+ {% endfor %}
+ )
{% endfor %}