<% if BlogEntries.NotFirstPage %>
Prev
<% end_if %>
<% control BlogEntries.PaginationSummary(4) %>
<% if CurrentBool %>
$PageNum
<% else %>
<% if Link %>
$PageNum
<% else %>
…
<% end_if %>
<% end_if %>
<% end_control %>
<% if BlogEntries.NotLastPage %>
Next
<% end_if %>
<% end_if %>