<%- include("partials/document-head.ejs") %> Yet-Another-Blog <%- include("partials/header.ejs") %>
<% for(post of blog_list) { %> <%- include("partials/post.ejs", {post:post}) %> <% } %>
<%- include("partials/pagination.ejs") %>
<%- include("partials/footer.ejs") %>