<% if lookup_context.exists?('layout_hook', ['guts/application'], true) %> <%= render 'layout_hook' %> <% end %> Dashboard — <%= controller_name.humanize %> <%= csrf_meta_tags %> <%= stylesheet_link_tag 'guts/application', media: 'all' %> <%= yield :head %> <%= yield :body_before %>
<%= yield :content_before %> <%= yield %> <%= yield :content_after %>
<%= tinymce_assets %> <%= javascript_include_tag 'guts/application' %> <%= tinymce %> <%= yield :body_after %>