<%= H(category.Name) %>

<%= H(category.Description) %>

Edit Category

Posts in this category

<% If categoryPosts.Count = 0 Then %>
No published posts in this category yet.
<% Else %>
<% Dim catPostIter, catPostItem Set catPostIter = categoryPosts.Iterator() Do While catPostIter.HasNext Set catPostItem = catPostIter.GetNext() %>
<% Loop %>
<% End If %>