<h1><%= type %></h1>

<%= type %>

<% unless type.empty? %>

<h2>Connections</h2>

<%= include.('connections.html', connections: type) %>

<% end %>

<% unless type.empty? %>

<h2>Fields</h2>

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

<% end %>