<%
content_for :title do 'Edit Object ' + @object['_id'] end
%>
<h1>Editing object</h1>

<%= render 'form' %>
