``` metadata.layout = "default.html.ejs" ```

<%= category %> posts

Subscribe to just <%= category %> posts via RSS.

<% for (const post of posts) { %>

<%= post.metadata.title %>

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