% content_for(:title) { "New section page" } %> <% content_for :header do %> <%= link_to @book, class: "btn flex-item-justify-start" do %> <%= image_tag "remove.svg", aria: { hidden: true }, size: 24 %> Cancel <% end %> <%= image_tag "check.svg", aria: { hidden: true }, size: 24 %> Save <% end %>