Symbolic links in the "blueprints" and "templates" directories

Hi. Is it possible to use symbolic links in the:

  • “blueprints” directory (*.yml)?
  • “templates” directory (*.php)?

I have the multilingual Kirby 3 setup with custom ['roots']['blueprints']
and ['roots']['templates'].

For example:
I have the original file “mypage.php” in the “templates” directory and all work as expected.
But when I have the symlink to “mypage.php” in the template directory - Kirby use the “default.php” instead.

PS: Sorry for my English.