<%= f.label :name %> <%= f.text_field :name %>
<%= f.label :boilerplate %> <%= f.text_area :boilerplate %>
<%= f.submit 'Create' %>