filter_insert (zotonic_mod_base v1.0.0-rc.17)

Prepends the argument in front of the value.

For example:

{{ value|insert:"world " }}

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

See also

append

Summary

Functions

insert(Input, Insert, Context)