- Add new custom package (NewPackage)
- In Page templates backend create pure mvc template with the following name NewPackage.Test (without Developer name)
- Add a .cshtml file in the File Structure under ~\ResourcePackages\NewPackage\MVC\Views\Layouts folder with the same name as the template from point 1 ("Test")
- Navigate to the backend and verify if the template is based to the layout file
Actual result is:
The template is not based on the layout file