summary refs log tree commit diff stats
path: root/src/views/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/index.html')
-rw-r--r--src/views/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/views/index.html b/src/views/index.html
index 3b18e51..0e900e6 100644
--- a/src/views/index.html
+++ b/src/views/index.html
@@ -1 +1,5 @@
 hello world
+
+{% for post in posts %}
+  {{ post.data.get('title') }}
+{% endfor %}