<%= yield :ribbon %>
<% if notice %>
<%= notice %>
<% end %>
<% if alert %>
<%= alert %>
<% end %>
<%= yield %>
<%= render partial: 'layouts/footer' if current_user && !@simulate_no_user %>
<%= render partial: 'layouts/tiles' if current_user && !@simulate_no_user %>
<%= javascript_include_tag 'plugin/pace/pace', 'data-pace-options' => '{ "restartOnRequestAfter": true }' %>
<%= javascript_include_tag 'application' %>
<%= yield(:scripts).present? ? yield(:scripts) : render(partial: 'layouts/scripts') %>