TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

MiniJinja: a powerful template engine for Rust with minimal dependencies

23 pointsby asicspalmost 2 years ago

3 comments

weinzierlalmost 2 years ago
I use it and it works great. The only thing I&#x27;m missing is support for <i>trim_blocks</i> and <i>lstrip_blocks</i>. Without this my templates are a dashes in curly braces <i>{%- -%}</i> hell.
kevsamuelalmost 2 years ago
It has a python wrapper, albeit less full featured that jinja2 which is pure python.<p>Mini jinja also runs in wasm. Nice.
gervwykalmost 2 years ago
Use the nunjucks js all the time! Really works so well and the performance is insane. Render 20 plus just in time in a React Lowdefy app and no lagging. Would love to see a performance benchmark for a wasm version of this!