plf 0.1.2

A template engine for Rust inspired by Tera/Jinja2/Django
Documentation
1
2
3
{{ true if truthy else false }}
{{ 1 if a == b else null }}
{{ 'a' if (a > b or a > c) else 'b' }}