<%- include("partials/header.ejs", {selected: 'home'}) %>
<%- include("partials/blog-entry.ejs", {thumbnail: '/img/.dev/square.png', title: 'Title', description: 'Description', author: 'Author'}) %>
<%- include("partials/footer.ejs") %>