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