{{#each posts}}
{{frontmatter.publish_date}}
{{#each1 frontmatter.tags}}
{{this}}
{{/each1}}
{{frontmatter.title}}
{{frontmatter.description}}
{{postExcerpt}}
Read the post
{{/each}} {{#if paginated}} {{include("themes/default/components/pagination.html")}}
All the posts can be found in the
archive
📦
{{/if}}