Hello, I notice that for D files in the source directory of a dub vibe.d build that a hierarchy of directories and source files is treated as if all the source files are in the root (source) directory. This is excellent as it permits reorganization without modifying the build or the source code.

However this does not hold for diet templates in the views directory. If I put a sub-directory in the views directory and move a template down there, dub build doesn't find it any more and complains it doesn't exist or is not on a path given by the -J flag used to restrict the origin of import expressions.

Is there any way to allow the same freedom to organize diet templates in the views directory that source code has in the source directory?