<%= @service.name %>

<%= description %> <%= tag_with_anchor('h2', 'Endpoints') %> <% endpoints.each do |endpoint_ary| %> <%= tag_with_anchor('h3', endpoint_ary.first.prefix) %> <% end %> <% if discussion %> <%= tag_with_anchor('h2', 'Discussion') %> <%= discussion %> <% end %>