Custom "ofile"/ suffix for List, View etc in Control.xml

Hi,
In 2020 we only need to edit particular ofile to get custom suffix for list, view, edit output files and these are fineUnfortunately, I can’t get it working in 2021for example we edit ofile for view output file

it will return file not found in our browser.Any suggestion for other file in the template need to be edited in this case?Thank you in advance

Note that v2021 uses MVC and routing, users do not browse to the files in the “views” folder directly. The files are named same as the routes, e.g. “carslist”, so they can be loaded according to route URL, you should not change the file names.