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,
I'm beginning a web prototype and I d'like to use a template engine like nunjucks.
I manage to render some piece of template inside a section's code this way:
But I don't want to replace an element's inner html, I would prefer to have a template for the html file containing the section. But I don't know how to do it. I tried to replace the section's inner html, but then I got a black view.
I could not find any help about that in the documentation or on the web.
Thanks for any help,
Julien.
The text was updated successfully, but these errors were encountered:
Hello,
I'm beginning a web prototype and I d'like to use a template engine like nunjucks.
I manage to render some piece of template inside a section's code this way:
But I don't want to replace an element's inner html, I would prefer to have a template for the html file containing the section. But I don't know how to do it. I tried to replace the section's inner html, but then I got a black view.
I could not find any help about that in the documentation or on the web.
Thanks for any help,
Julien.
The text was updated successfully, but these errors were encountered: