<%= title %>
<% items.forEach(function (item) { %>
<%=item.title %>
<%-item.description-%>
<%=item.author%>
<%=item.date%>
<% }) %>