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

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

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