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

2 lines
52 B
HTML

{% if let Some(text) = text %}{{ text }}{% endif %}