mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-02 07:20:55 +00:00
2 lines
91 B
HTML
2 lines
91 B
HTML
{% if let Digits { one, two, three } = digits %}{{ one }} {{ two }} {{ three }}{% endif %}
|