``` metadata.title = "Shadowfacts" metadata.layout = "default.html.ejs" ```
<% for (const post of posts) { %>

<%= post.metadata.title %>

<%- include("includes/article-meta.html.ejs", { metadata: post.metadata }) %>
<%- post.metadata.excerpt %>
<% } %>