<h1><%= type %></h1>
<%= include.('notices.html', notices: type) %>
<%= type %>
<%= include.('locations.html', locations: type) %>
<% unless type.empty? %>
<h2>Arguments</h2>
<%= include.('arguments.html', arguments: type) %>
<% end %>
<h1><%= type %></h1>
<%= include.('notices.html', notices: type) %>
<%= type %>
<%= include.('locations.html', locations: type) %>
<% unless type.empty? %>
<h2>Arguments</h2>
<%= include.('arguments.html', arguments: type) %>
<% end %>