<%= post.metadata.title %>
<%- include("includes/article-meta.html.ejs", { metadata: post.metadata }) %>
<%- post.metadata.excerpt %>
``` metadata.layout = "default.html.ejs" ```
Subscribe to just <%= category %> posts via RSS.
<% for (const post of posts) { %>