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