Retrieving template html webclient Servoy 8 developer

I can’t retrieve default templates of webclient forms as described in the documentation https://wiki.servoy.com/display/DOCS/Customizing+the+Web+Client in Servoy 8.2.2 developer. It works in Servoy developer 7.4.10.
Comparing the 2 versions I noticed that in Servoy 8 the template-handler servlet is removed. Which handles I presume the generation of the default html templates.
Is this intentionally or just an oversight ?

yes the WebDav (template-handler) is removed, because that build on top of a tomcat thing which couldn’t be supported anymore.

I guess that also broke the pure getting of the templates through that, because it still just works if you out actual html/css pages there on disk (then you can get them)

If you need to get the page that servoy would render as pure output then please make a case
(WebDav support will not return)