Closed dactac closed 3 years ago
It's a big project with multiple templates folder in different directory. It's ok when I use the top folder at first, but when sub folder templates has other dependencies and use a absolute path (legacy code, can't change). It can't work.
code like this: {% extends "page/base.html" %}
throws can't find error
Clound you give a minimum demo?
It's a big project with multiple templates folder in different directory. It's ok when I use the top folder at first, but when sub folder templates has other dependencies and use a absolute path (legacy code, can't change). It can't work.
code like this: {% extends "page/base.html" %}
throws can't find error