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

<%= notice %>X

<% end %> <% if alert.present? %>

<%= alert %>X

<% end %> <%= yield %>
<%= render 'layouts/footer' %>