Templating

1 post tagged with "Templating"

February 14, 2018 · 3 min read
Suppressing Errors or Handling non existing includes in Nunjucks Templating engine
I didn't know how to suppress or handle errors in Nunjucks (Jinja2) when including a file that doesn't exist. I have solved it in a simple way.
JavaScript, Web Development, Programming