<% if $Title && $ShowTitle %>

$Title

<% end_if %> <% if $Content %>
$Content
<% end_if %> <% if $PostsList %>
<% loop $PostsList %>
<% include SilverStripe\Blog\Includes\BlogPostInfo %>
<% end_loop %>
<%-- p>View all posts

<% end_if %>