%-
content_for :title, result_node.page_title.blank? ? result_node.title : result_node.page_title
content_for :meta_description, result_node.page_description
%>
<%= @result_attachment&.body&.sub("<name>", html_escape(current_player.name)).html_safe %>
<%= @stats_attachment&.body&.sub("<score>", current_player.stats).html_safe %>
<%= link_to t('read_more'), "#", class: 'button__base' %>
<%= button_tag t('share_on_story'), type: 'button', class: 'button__base' %>