<%= d.title %>

<% d.items.forEach(function (item) { %>

<%=item.title %>

<%=item.description%>
<%=item.author%> <%=item.date%>
<% }) %>