...

/

Project Challenge: Template Inheritance

Project Challenge: Template Inheritance

In this challenge, we will apply the concept of template inheritance to our project.

Problem statement

There are three templates in our application, and much of their content is redundant. Therefore, in this challenge, your task is the ...