- provide :title, 'Blogs'

.index-header
  %h1= pluralize(@blogs.count, 'Blog')
  = link_to '+ Create Blog', new_blog_path, class: 'btn btn--small'
  %p
    These are the blogs on your site

= index_table @blogs, C::Blog::INDEX_TABLE