Hacker News new | past | comments | ask | show | jobs | submit login
MiniJinja: a powerful template engine for Rust with minimal dependencies (docs.rs)
23 points by asicsp on June 17, 2023 | hide | past | favorite | 3 comments



I use it and it works great. The only thing I'm missing is support for trim_blocks and lstrip_blocks. Without this my templates are a dashes in curly braces {%- -%} hell.


It has a python wrapper, albeit less full featured that jinja2 which is pure python.

Mini jinja also runs in wasm. Nice.


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!




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: