<% content_for(:title) { "Edit #{@book.title}" } %> <% content_for :header do %> <% end %> <%= render "books/form", book: @book, users: @users, creating_user: nil %> <% content_for :footer do %> <% end %>