<% @sections.each do |section| %> <%= link_to(section_url(section), html_options = { class: 'title-card-container' }) do %>

<%= section.title %>

<%= section.description %>

<% end %> <% end %>