<% content_for(:title) { @page.page_title } %>

<%= content_for(:title) %>

<%= link_to( "Edit", [:edit, Administrate::NAMESPACE, @page.resource], class: "button", ) %>
<% @page.attributes.each do |attribute| %>
<%= attribute.name.titleize %>
<%= render_field attribute %>
<% end %>