src/views/index.njk (view raw)
1 2 3 4 5
hello world {% for filename, post in posts %} {{ post.data.get('title') }} {% endfor %}