<%- category.title %>

<% if (category.admin) { %> <%= view.component("category/post", category) %> <% } %> <% _.each(articles, function(article) { %> <%= view.component("article", article) %> <% }); %>