<% content_for :section_title, "New Question" %>
<%= render partial: 'form', locals: {question: @question, action: admin_create_question_path } %>