mitsuhiko / minijinja

MiniJinja is a powerful but minimal dependency template engine for Rust compatible with Jinja/Jinja2
https://docs.rs/minijinja/
Apache License 2.0
1.57k stars 87 forks source link

Added the iterable test from Jinja2 #475

Closed mitsuhiko closed 5 months ago

mitsuhiko commented 5 months ago

This adds the iterable test from Jinja2 and adds a default UnknownMethod error message.