<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %>
<% if alert %>
<%= alert.html_safe %>×
<% elsif notice %>
<%= notice.html_safe %>×
<% end %>
<%= yield %>