<div class="new-plan-container"> <h1>Choose one of these templates</h1> <%= debug @templates %> <% @templates.each do |t| %> <p><%= t %> <% end %> </div>