You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somewhat related to #37 and #55 I want to give jinja2-cli ability to search other directories for {% include 'othertemplate.j2' %} that exists in another directory outside of the root path for the current template.
The suggestion for doing this is adding commandline option -I/--include to indicate which directories should be searched for templates.
The text was updated successfully, but these errors were encountered:
…arch for jinja templates
This is useful for reuse when a set of shared templates are maintained in another directory
by using {% include 'lib/header.j2' %} style includes.
Somewhat related to #37 and #55 I want to give jinja2-cli ability to search other directories for {% include 'othertemplate.j2' %} that exists in another directory outside of the root path for the current template.
The suggestion for doing this is adding commandline option
-I/--include
to indicate which directories should be searched for templates.The text was updated successfully, but these errors were encountered: