Skip to content
Zotonic
  • Start
  • Cookbook
  • Reference
  • Releases

Live search

Search across all Zotonic content

Type at least two characters

Results are matched against titles, summaries and topics as you type.

Filters · mod_base
  • Reference
  • Frontend developer
  • Template filter
  • Transform
  • Text

append

Module

mod_base

Appends the argument to the value.

For example:

{{ value|append:" world" }}

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

Edit on GitHub

Related documentation

Filters

truncatechars

Truncate a text to a maximum length in characters.

Filters

truncate_html

Truncate a HTML text to a maximum length.

Filters

replace

Regular expression replacement of a pattern with a string.

Filters

truncate

Truncate a text to a maximum length.

Filters

replace_args

Replace $N placeholders in string from a list of replacement values.

Filters

fix_ampersands

Replaces ampersands in the value with “&” entities.

Filters

brlinebreaks

Translate HTML <br/> elements into ASCII newlines ( \n ).

Filters

trim

Removes whitespace at the start and end of a string.

Filters

split

Splits the filter value into a list of values.

GitHub © 2026 Zotonic