strip_html

Removes any HTML tags from a string

Input
  • {{ '<b>Hello world</b>' | strip_html }}
Output
  • Hello world