Blog
title
date
<% for (const blog of blogs) { %>
<%= blog.metadata.title %>
<%= blog.metadata.date?.toISOString().substring(0, 10) %>
<% } %>