<%= simple_form_for @page, as: :page, html: { class: 'form-horizontal' } do |f| %>
<%= f.error_notification %>
<%= render 'form', {
f: f,
cluster_options: @cluster_options,
layout_at_options: @layout_at_options,
author_options: @author_options
} %>
<%= submit_button f %>
<% end %>