-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hello,
To include a dynamic template, the name of template do not have "underscore" character.
Ex. not working: nome_template.tpl
Ex working well: nome-template.tpl
But in any case, it's not working:
Work well include the static template {% include 'menu.html' %}
But not working the include dynamic template {% include {{body}} %} -> {{body}} result is menu.html
What is the exact syntax to use?
Thank you
Luca
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels