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

<%= category %> posts

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

<% for (const post of posts) { %> <%- include("includes/article-listing.html.ejs", { post }) %> <% } %>
<%- include("includes/pagination.html.ejs", { pagination }) %>