% content_for(:title) do %> Instance Health <% end %> <%= content_for(:title) %> Metric Value <% @metrics.each do |key,value| %> <%= key %> <%= value %> <% end %>