You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice all the rust template libraries seem to target generating HTML and static site generators. But I am wondering if there are any users of this library for code generation? IE: generating C code? I'm sure its possible but im wondering how popular this use case is? If so, perhaps the docs can expand the examples to include other use cases besides site generation.
It might also be the case that this library is not appropriate for anything but static site generating use cases, in which case tera can then make that more clear. For example, some of the "built in" filters, assume HTML markup (linebreakbr, striptags, etc)
(I would have preferred to open up a discussion but that feature is not enabled!)
The text was updated successfully, but these errors were encountered:
very cool. The built in HTML stuff kind of triggers me a bit when i was evaluation libraries so I had to ask! Perhaps a showcase section or something can alleviate some pet peeves from OCD types like myself! :)
I notice all the rust template libraries seem to target generating HTML and static site generators. But I am wondering if there are any users of this library for code generation? IE: generating C code? I'm sure its possible but im wondering how popular this use case is? If so, perhaps the docs can expand the examples to include other use cases besides site generation.
It might also be the case that this library is not appropriate for anything but static site generating use cases, in which case tera can then make that more clear. For example, some of the "built in" filters, assume HTML markup (linebreakbr, striptags, etc)
(I would have preferred to open up a discussion but that feature is not enabled!)
The text was updated successfully, but these errors were encountered: