Topic cluster
Template filter
A named transformation applied to a value inside a template expression.
View topic page10 items
The remaining keywords do not make a useful further split. All matching documentation is listed below.
escape
HTML escape a text. Escapes all reserved HTML characters in the value. Escaped strings are safe to be displayed in a HTML page. When you echo a query string argument or path variable then you must escape the value…
escape_check
Ensures thant an HTML escaped value is properly escaped.
escapejs
Escapes the value for insertion in JavaScript output.
escape_link
Convert any URLs in a plaintext into HTML links, with adding the rel="nofollow" attribute, and replaces all newlines with <br> tags.
force_escape
HTML escapes a text.
pickle
Pickle an Erlang value so that it can be safely submitted with a form.
sanitize_html
Sanitize a HTML code. Removes elements and attributes that might be dangerous, like <script> elements.
sanitize_url
Sanitize an URL. Removes URLs that might be dangerous, like javascript: URLs.
striptags
Removes all HTML tags from the value.
unescape
Removes HTML escaping from a text.