{{ for post of postslist }}
  • {{ post.title }}

    {{ include "templates/post-details.vto" { date: post.date, tags: post.tags, author: post.author, readingInfo: post.readingInfo, } }}
  • {{ /for }}