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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: