Am 18.02.2013 07:31, schrieb Alexsej Skripnichenko:

Hello, I have a problem. I need to use the subfolders for templates .dt
For example:
views/default
views/default/forms
views/default/navigation
views/default/page
views/default/page/components
views/default/page/elements
views/default/page/layouts

How to do it

That unfortunately is a limitation with they way string imports work
right now. I would recommend to just put the files into the same folder
and use '.' as a "path" separator. That way they are still grouped
together and look somewhat like D module names when used.