After creating a new theme using devtools:
- Renamed
user/pages/01.home/default.md
tohome.md
- Copied
default.html.twig
inuser/themes/xyz/templates
tohome.html.twig
Expected no change at all, cause I haven't changed the twig-file. I get an error instead:
Template home.html.twig is not defined.
But the file exists!? I'm using grav-admin 1.3.1, PHP 7.1.0 on Win10.