<% include layout.ejs %> <% include ../public/html/header.html %> <% include ../public/html/navbar.html %>
<%if (typeof returnParameters.getPost == 'undefined'){ %> <% for (p in blogPosts) {%>

<%=blogPosts[p].title%>

<%=blogPosts[p].intro%>
Continue reading...

<%}%> <%} else {%> <%- include('../public/posts/' + returnParameters.getPost)%> <%}%>

About Me


<% include layoutBottom.ejs %>