Closed jan-dh closed 4 years ago
Hi @jan-dh, thank for your question. The main reason I use ejs is that you have access to javascript code in your template. Here is an example: https://github.com/ixartz/Eleventy-Starter-Boilerplate/blob/master/src/index.ejs#L23 or here, https://github.com/ixartz/Eleventy-Starter-Boilerplate/blob/master/src/index.ejs#L23
You can write you own JavaScript code.
Was wondering if there was a specific reason for choosing .ejs of nunjucks? A lot of the eleventy plugins ( Reading time for example) are only available for nunjucks.