<%= type[:name] %>
<%= include.('notices.html', notices: type[:notices]) %>
<%= type[:description] %>
<%= include.('locations.html', locations: type[:locations]) %>
<% unless type[:arguments].empty? %>
Arguments
<%= include.('arguments.html', arguments: type[:arguments]) %>
<% end %>