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

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