It seems like the FileSystemLoader from jinja can take not just one but multiple directories to search for templates (https://jinja.palletsprojects.com/en/stable/api/#jinja2.FileSystemLoader).
Unless I'm missing something the include_dir configuration option of the macros plugin however only allows to set a single directory.
It would be great if the include_dir configuration option could be extended to allow multiple directories too.
It seems like the
FileSystemLoaderfrom jinja can take not just one but multiple directories to search for templates (https://jinja.palletsprojects.com/en/stable/api/#jinja2.FileSystemLoader).Unless I'm missing something the
include_dirconfiguration option of the macros plugin however only allows to set a single directory.It would be great if the
include_dirconfiguration option could be extended to allow multiple directories too.