- content_for :title, "Comments" - content_for :meta_description, "Browse and search for comments." - content_for :breadcrumbs do %li.breadcrumb-item.active= link_to "Comments", comments_path %h1 Comments = will_paginate @comments - @comments.each do |comment| = render 'single', comment: comment = will_paginate @comments