issues
search
ventojs
/
vento
🌬 A template engine for Deno & Node
https://vento.js.org/
MIT License
212
stars
12
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 }}
Example: