Chapter 6. Creating breadcrumbs and file upload fields
Continuing with what you’ve learned so far, let’s create breadcrumbs and fields. This chapter is also going to build off of the previous chapters by creating the single book detail pages.
Note: To see the full code of the example used in this book take a look at the book’s accompanying GitHub page.
There are two cases where a single book template will be used: to create a new book (new-book.html
), and to edit an existing one (edit-book.html
), since the delete action is simply a link in the list of books.
Duplicate the books.html
file, rename it to new-book.html
, and remove everything in the right column (title
, level
, columns is-multiline
, and pagination
), so only the navbar
and the left sidebar menu
remain.