Modifiers

entities

The entities modifier escapes a value as HTML text.

Example#

php
{{ title | entities }}

Use it when a value should be shown as text instead of interpreted as HTML.