Symfony changed best practices about bundle directory structure. See https://symfony.com/doc/current/bundles/best_practices.html#directory-structure. Templates are now expected to be in `/templates` same as for projects instead or `Resources/views`. Problem is that plugin does not detect templates in new directory and so I'm forced to add templates path manually.