% content_for(:title) { "Create a new book" } %> <% content_for :header do %> <%= link_to root_path, class: "btn flex-item-justify-start" do %> <%= image_tag "arrow-left.svg", aria: { hidden: true }, size: 24 %> Cancel and go back <% end %> <% end %> <%= render "books/form", book: @book, users: @users, creating_user: Current.user %> <% content_for :footer do %> <%= image_tag "arrow-right.svg", aria: { hidden: true }, size: 24 %> <% end %>