Jim Christian

Results 2 comments of Jim Christian

Here is a temporary fix that allows you to at least use templates on Deno Deploy :) ``` Eta.config.includeFile = function(path, data) { return Eta.templates.get(path)(data, Eta.config); }; ``` I would...

@Luc45 Thank you for your feedback. I have made the suggested changes.