mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 05:21:14 +00:00
2 lines
91 B
HTML
2 lines
91 B
HTML
{% if let Digits { one, two, three } = digits %}{{ one }} {{ two }} {{ three }}{% endif %}
|