<%= stylesheet_link_tag "application" %> <%= javascript_include_tag "vendor/modernizr" %> <%= javascript_include_tag "application", 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> <%= favicon_link_tag "favicon.ico" %> <%= favicon_link_tag "apple-touch-icon-200.png", rel: "apple-touch-icon", sizes: "200x200", type: "image/png" %> <%= content_for :social_media_meta_tags %> <%= Setting['per_page_code'].try(:html_safe) %>
<%= render 'layouts/header' %> <% if notice %>
">× <%= notice %>
<% end %> <% if alert %>
">× <%= alert %>
<% end %> <%= yield %>