Let's say you have a template in the book/templates/book/reviews.html file. In this task, you need to process the request and give the reviews to the template to display. To do so, pass the reviews list (already defined in the class) to the context argument, by the key "reviews".
By default, Django looks for templates in all of your <application_name>/templates directories, so do not include book/templates in the template path.