<%= @service.name %>
<%= description %> <%= tag_with_anchor('h2', 'Endpoints') %> <% endpoints.each do |endpoint_ary| %> <%= tag_with_anchor('h3', endpoint_ary.first.prefix) %>-
<% endpoint_ary.each do |endpoint| %>
- <%= render_erb("shared/endpoint_name.html.erb", endpoint.get_binding) %> <% end %>