<% require themedCSS('blog', 'blog') %>
<% include MemberDetails %> <% if $PaginatedList.Exists %>

Posts by $CurrentProfile.FirstName $CurrentProfile.Surname for $Title:

<% loop $PaginatedList %> <% include PostSummary %> <% end_loop %> <% end_if %> $Form $CommentsForm <% with $PaginatedList %> <% include Pagination %> <% end_with %>
<% include BlogSideBar %>