%-
content_for :title, question.page_title.blank? ? question.title : question.page_title
content_for :meta_description, question.page_description
%>
<%= question_index %>/<%= questions_size %>
<%= @question_answer.last.body.html_safe %>
<%= link_to t('next_question'), url_for(controller: 'questions', action: 'show', id: question_index), class: 'button__base' %>