Render Config fails with DataFile templates using dynamic include statements #18066
Labels
status: duplicate
This issue has already been raised
type: bug
A confirmed report of unexpected behavior in the application
Deployment Type
Self-hosted
Triage priority
N/A
NetBox Version
v4.1.4
Python Version
3.12
Steps to Reproduce
start.j2:
{%- set PATH = 'my/prefix/' %}
{%- include PATH + 'test.j2' %}
my/prefix/test.j2:
SOME RENDERED TEXT
Expected Behavior
Should not fail to render.
Observed Behavior
Fails to render with TemplateNotFound 'my/prefix/test.j2' exception.
The text was updated successfully, but these errors were encountered: