aboutsummaryrefslogtreecommitdiff
path: root/index.tpl
diff options
context:
space:
mode:
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 %}