.grid-row

.column-two-thirds
  = simple_form_for @step do |f|
    = render 'shared/error_messages'

    %h1.heading-medium <%= @name.capitalize %>

    = f.button :submit, 'Continue'