<%- include('header') %>
<% for(const post of posts) { %> <%= post.title %>
<% } %>
<%- include('global-style'); %> <%- include('footer') %>