⚙️ Use Nunjucks as the templating language for HTML
Thu, 17 Dec 2020 21:23:19 GMT
The default templating language for HTML is Liquid
. I want to be able
to call some JavaScript functions directly, which is uspported in
Nunjucks
, but not in Liquid. So I’m making the change.