-
Hi 🌊 🐙 !
Hope you are doing well ! First I wanted to thank you for this cool powerful Templating language !!
I think it would be very cool if we would be transferring the docs to use Templ itsel…
-
### pick a templating language
the only requirement is that is has js rendering api.
here's a list (doesn't have to be on here tho)
https://expressjs.com/en/resources/template-engines.html
[pu…
-
My initial thoughts are with Python Django. AngularJs seems a bit of overkill at this stage when the features required are simple.
My list:
**Front-end**: Django templates (with Jinja templating l…
-
See https://pkg.go.dev/rsc.io/tmplfunc#hdr-Function_Definitions
I don't think it's practical to use that library directly, but the idea (and the parsing logic) is intriguing.
I'll use one the ex…
-
I know, I know; regular ol' mustache doesn't support `{{else}}`—but some mustache-like templating languages do (in this case, Ractive.js).
What would you recommend?
Happy to work on a pull request i…
-
We recently incorporated consolidate.js into Connect so that the view engine is configurable. Now we want to replace the `jade` templating language with [Hogan.js](http://twitter.github.io/hogan.js/) …
-
Issue Type: Bug
VSCode misinterprets certain code snippets when [interpolation](https://sass-lang.com/documentation/interpolation) is used, giving errors and warning when the code snippets actually…
-
I'm a bit of an outsider to Rust, but I've been interested in Yew and Juniper. I've had some experience finding different tools to generate TypeScript types through GraphQL introspection.
I really…
-
it shoudl just be in its own library. i quickly hacked together https://github.com/expressjs/templation. some opinions would be nice.
a really good view engine is https://github.com/ericf/express3-ha…
-
Consider these two use cases:
1. When we introduced handlebars, since we didn't want to break backwards compatibility, we decided to leave the default `template_engine` as mustache. But we never di…