%-
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_percentages.each do |k,v| %>
<%= tag.div class: (k == player_question_answer ? 'answered' : nil) do %>
<%= tag.div v, class: 'percentage' %>
<%= t 'of_people_worldwide_think_just_lik_you' if k == player_question_answer %>
<% end %>
<% end %>
<%= @question_answer.last.body.html_safe %>
<%= link_to t('next_question'), url_for(controller: 'questions', action: 'show', id: question_index), class: 'button__base' %>