Keats / tera

A template engine for Rust based on Jinja2/Django
http://keats.github.io/tera/
MIT License
3.43k stars 279 forks source link

Add Context::keys to iterate over Context data keys #876

Open joshleeb opened 9 months ago

joshleeb commented 9 months ago

This change extends Context with the keys method, which returns an iterator over its keys.