<%- content_for :title, result_node.page_title.blank? ? result_node.title : result_node.page_title content_for :meta_description, result_node.page_description %>
<%= t 'results' %>
<%= decorate_divs_for_typewriting_effect @result_attachment&.body&.sub("<name>", html_escape(@quiz_result.player_name)).html_safe %>
<%= @stats_attachment&.body&.sub("<score>", @quiz_result.stats).html_safe %>
<%= link_to tag.span(t('read_more')), "#", class: 'button__base' %> <%# button_tag tag.span(t('share_on_story')), data: { share_title: '', share_text: '', share_url: url_for(controller: 'questions', action: 'shared_result', id: params[:sid]) }, type: 'button', class: 'button__base' %>