Template Inheritance
A powerful feature in Twig (the templating engine used by Craft CMS) that allows a base template to define the common elements of a website’s layout, which child templates can then extend and override specific sections using blocks. This promotes code reuse and maintainability in your front-end development.
Learn more about template inheritance in Craft CMS and Twig