You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new document type with a corresponding template in V13, the generated template would be strongly typed to the (assumed) Models Builder model; that is, it would implement UmbracoViewPage<T> where T is the generated model.
In V16, the same action yields a templated that implements UmbracoViewPage.
Specifics
No response
Steps to reproduce
Create a new doctype with a template and call it "MyDocType".
Open the created template. It will look something like this:
Expected result / actual result
The corresponding template in V13 looks something like this: