%- content_for :title, node_title(@node) %>
<% image_attachment = @node.attachments.select { |a| a.asset&.file&.image? }[0] %>
<%= render partial: "stage_header" %>
<%= render_responsive_picture(image_attachment.asset, alt: "Hero", fetchpriority: "high") %>
<%= image_attachment.body.html_safe %>
<%= svg "ico-wave" %>
<% @node.children.each do |node| %>
<%= button_to node.title, url_for(action: "answer_last_save", value: node.id) %>
<% end %>