{{#if archiveRoute}}

A list of all the posts 📃

{{#elseif tagRoute}}

{{data.title}}

{{data.subTitle}}

{{/if}} {{#each posts}}

{{frontmatter.title}}

{{postExcerpt}}

Read The Post

{{/each}} {{#if paginated}} {{include("themes/midday/components/pagination.html")}}

All posts can be found in the archive 📦

{{#elseif tagRoute}}

Check the list of all tags 🏷️

{{/if}}