Example#
{{ content | strip_tags }}Use it before text-only modifiers when the source may contain markup.
Modifiers
The strip_tags modifier removes HTML and shortcodes from a value.
{{ content | strip_tags }}Use it before text-only modifiers when the source may contain markup.