<% @category_list.categories.each do |c| %>

<%= c.name %>

<%= c.description %>
<% end %>
<% content_for :title do %><%= @title %><% end %>