<%= form.label :title %> <%= form.text_field :title %>
<%= form.label :content %> <%= form.text_area :content %>
<%= form.submit %>