<%= type[:name] %>

<%= include.('notices.html', notices: type[:notices]) %> <%= type[:description] %> <% unless type[:implemented_by].empty? %>

Implemented by

<% end %> <% unless type[:fields].empty? %>

Fields

<%= include.('fields.html', fields: type[:fields]) %> <% end %>