%= render('layouts/minimum_viable_product/meta').gsub(/\n/,'').html_safe %> <%= yield :meta %> <%= yield :stylesheets %> <%= yield :javascripts %> <%= csrf_meta_tags %> <%= render 'layouts/minimum_viable_product/instrumentation' %>
<% if content_for? :body %> <%= yield :body %> <% else %> <%= yield %> <% end %>