{{include("themes/midday/components/head.html")}}
{{include("themes/midday/components/menu.html")}} {{include("themes/midday/components/masthead.html")}}
{{#if mainRoute || archiveRoute || tagRoute}}
{{include("themes/midday/layouts/index.html")}}
{{#elseif mdRoute}}
{{include("themes/midday/layouts/markdown-files-template.html")}}
{{#elseif tagsRoute}}
{{include("themes/midday/layouts/count-posts-by-tag.html")}}
{{#elseif searchRoute}}
{{include("themes/midday/layouts/search.html")}}
{{#else}}
{{include("themes/midday/layouts/error.html")}}
{{/if}}
{{include("themes/midday/components/footer.html")}}
{{#if mdRoute}} {{/if}}