<%= page_title("Área do Associado - Conteúdo Exclusivo / " +@title ) %>

Conteúdo exclusivo Congresso <%= @year %>

<%= render partial: 'pages/breadcrumbs'%>
<% @playlists.each.with_index do |item, i| %>
<%=image_tag("congress-#{@year}/#{item['thumb']}", :class => "img-fluid")%>

<%=item['name']%>

<%=item['description']%>

<%=item['botao']%>

<% end %>