<%# The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags %> <%= csrf_meta_tags %> <%= favicon_link_tag SiteConfig.favicon_url %> <%= controller_name.titleize %> <%= javascript_pack_tag "manifest", defer: true %> <%= javascript_pack_tag "vendor", defer: true %> <%= javascript_pack_tag "internal", defer: true %> <%= stylesheet_link_tag "internal/layout" %>
<% flash.each do |type, message| %>
"> <%= message %>
<% end %>

<%= controller_name.titleize %>

<%= yield %>
<%= javascript_include_tag "internal" %>