Thanks for making this. Maybe add an option that also exposes additional template functions from sprig: <a href="https://github.com/Masterminds/sprig" rel="nofollow">https://github.com/Masterminds/sprig</a>
Great project, well-bounded and insightful! Do you think about making it open source? I was thinking about trying to use another JSON library and make it work with tinygo, but don't want to repeat the work.
This is cool! Do you think you could get Hugo to run in the browser this way so you could show live-previews in the browser without having to run Hugo locally?
Hi @ricardbejarano<p>First of all, I really interested with this project and I see there is a room for improvement, mind to open source the code?<p>thanks
randomguy011
Interesting that it's easier to run Go in browser using WebAssembly than to write a templating engine that uses Go's syntax in JS from scratch. :)