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
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