diff options
Diffstat (limited to 'src/views')
-rw-r--r-- | src/views/index.html | 4 |
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 %} |