<% if BlogEntries.MoreThanOnePage %>

<% if BlogEntries.NotFirstPage %> <% end_if %> <% control BlogEntries.PaginationSummary(4) %> <% if CurrentBool %> $PageNum <% else %> <% if PageNum = --- %> ... <% else %> $PageNum <% end_if %> <% end_if %> <% end_control %> <% if BlogEntries.NotLastPage %> <% end_if %>

<% end_if %>