<% content_for :content do %>
<%= render partial: 'shared/flash_alerts', locals: { flash: flash, notice: notice, alert: alert } %> <%= yield :secondary_navigation %>
<%= yield %>
<% end %> <%= render template: 'layouts/application' %>