--- pageable: true per_page: 6 --- %header.main-header.tag-head{cover} %nav.main-nav.overlay.clearfix - if blog_settings.logo.present? %a.blog-logo{href: home_path} = image_tag blog_settings.logo, alt: blog_settings.name - if blog_settings.navigation %a.menu-button.icon-menu{href: '#'} %span.word Menu .vertical .main-header-content.inner %h1.page-title= tagname %h2.page-description A #{page_articles.count}-post collection %main#content.content{role: :main} = partial(:page_articles, locals: { page_articles: page_articles, paginate: paginate })