summary refs log tree commit diff stats
path: root/src/views/index.html
blob: 0e900e67b2300efb3de78afc83bbf6cd5bf3a41b (plain)
1
2
3
4
5
hello world

{% for post in posts %}
  {{ post.data.get('title') }}
{% endfor %}