{{include("themes/clean-blog/components/head.html")}} {{include("themes/clean-blog/components/menu.html")}} {{include("themes/clean-blog/components/header.html")}} {{#if mainRoute || archiveRoute || tagRoute}} {{include("themes/clean-blog/layouts/index.html")}} {{#elseif mdRoute}} {{include("themes/clean-blog/layouts/markdown-files-template.html")}} {{#elseif tagsRoute}} {{include("themes/clean-blog/layouts/count-posts-by-tag.html")}} {{#elseif searchRoute}} {{include("themes/clean-blog/layouts/search.html")}} {{#elseif errorRoute}} {{include("themes/clean-blog/components/back-to-home.html")}} {{/if}} {{include("themes/clean-blog/components/footer.html")}}