Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 234 Bytes

filter_append.rst

File metadata and controls

12 lines (7 loc) · 234 Bytes

django

Appends the argument to the value.

For example:

{{ value|append:" world" }}

When value is hello then the output will be hello world.

filter-insert