<%- include("partials/header"); -%>

Home

<%= startingContent %>

<% posts.forEach(function(post){ %>

<%=post.title%>

<%=post.content.substring(0, 100) + " ..."%> Read More

<% }) %> <%- include("partials/footer"); -%>