Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
In this task, we’ll make the user_page template inherit the base template and add its own content to the placeholders in the base template.
This template will look much like the main template—and that’s the main idea. Template inheritance allows you to create many similar templates without having to create each one from scratch.