ventojs / vento

🌬 A template engine for Deno & Node
https://vento.js.org/
MIT License
183 stars 10 forks source link

Support for async filters #5

Closed oscarotero closed 1 year ago

oscarotero commented 1 year ago

Example:

{{ url |> await fetch |> await json |> stringify }}