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
i want to include my jstemplate file like tpl_a.html which was wroten some html and used tplhandlebar tag, when i include this tpl file into another tpl, it can't work correctly, after rending found nothing.
sample code:
tpl_a.html
{% tplhandlebars "product form" %}
i want to include my jstemplate file like tpl_a.html which was wroten some html and used tplhandlebar tag, when i include this tpl file into another tpl, it can't work correctly, after rending found nothing.
...........{{product}}............sample code:
tpl_a.html
{% tplhandlebars "product form" %}
{% endtplhandlebars %}
some_form.html
hello
{% include "tpl_a.html" %}
after rendering i found nothing about tpl_a.html in my page some_form.html, just a word hello
The text was updated successfully, but these errors were encountered: