@RenderBody() @if (Page.ShowPaging != null) {
    @if (Blog.GetPosts().Count() > Blog.PostsPerPage * Blog.CurrentPage) { } @if (Blog.CurrentPage > 1) { }
}