askama/testing/templates/if-let-struct.html
2021-07-01 10:24:32 +02:00

2 lines
91 B
HTML

{% if let Digits { one, two, three } = digits %}{{ one }} {{ two }} {{ three }}{% endif %}