Templates are just `.ts` files right now. We also are using `@types/handlebars`, but new versions of handlebars export their own types. Could even consider alternatives to handlebars like [ejs](https://ejs.co/) if it ends up being a better solution
Templates are just
.tsfiles right now. We also are using@types/handlebars, but new versions of handlebars export their own types.Could even consider alternatives to handlebars like ejs if it ends up being a better solution