mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 13:30:59 +00:00
6 lines
122 B
Plaintext
6 lines
122 B
Plaintext
{{ foo[..]|join("") }}
|
|
{{ foo[0 + 1..]|join("") }}
|
|
{% let bar = 1 %}
|
|
{{ foo[..bar]|join("") }}
|
|
{{ foo[..=bar]|join("") }}
|