From 615618bb2ad91be24fb74738db0b2f290ccc50a3 Mon Sep 17 00:00:00 2001 From: Danny van Kooten Date: Wed, 11 Mar 2020 21:11:29 +0100 Subject: start evaluation --- index.tpl | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'index.tpl') 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 %} -- cgit v1.2.3