Coming from the PHP world, I use Twig for templating. Twig supports inheritance using the extend and block features:
https://twig.symfony.com/doc/2.x/tags/extends.html
Is there any way to do something similar in Razor (ASP.NET Core MVC)?
Losing this feature when moving to ASP.NET Core MVC feels like losing a limb!
Thanks