<%= stylesheet_link_tag 'application' %> <%= javascript_include_tag 'application' %> <%= csrf_meta_tag %> <% if Rails.env == 'production' %> <%= render 'layouts/ga' %> <% end %> <%= yield :head %>
<%= render 'layouts/header' %>
<%= yield %>
<%= render 'layouts/footer' %>