-
Hey, quick question - I noticed that {%- if FBM_FRAG_J2 is not defined %}
{%- set FBM_FRAG_J2 = true %}
{# Guarded code goes here #}
{%- endif %} I don't really have a good idea how to avoid duplicate (or recursive) includes without it - But I assume it must be possible somehow. What is the viable / intended strategy in jinja to achieve this? |
Beta Was this translation helpful? Give feedback.
Answered by
davidism
May 27, 2024
Replies: 1 comment 1 reply
-
Look up "namespace" in the docs. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
LeStahL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Look up "namespace" in the docs.