<%% content_for :body do %> <%% # Any HTML inside this area will be placed into the main body of the HTML
# page.
%> <h1><%= target_name.split('_').map { |x| x.capitalize }.join(“ ”) %></h1>
<%% end %>
<%% content_for :body do %> <%% # Any HTML inside this area will be placed into the main body of the HTML
# page.
%> <h1><%= target_name.split('_').map { |x| x.capitalize }.join(“ ”) %></h1>
<%% end %>