<%= render('layouts/mvp/meta').gsub(/\n/,'').html_safe %> <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> <%= render 'layouts/mvp/instrumentation' %> <% if content_for? :body %> <%= yield :body %> <% else %> <%= yield %> <% end %>