striptags
Found a typo or an error? Want to improve this document? Edit it.
Need support or have a technical question? Post to the user mailing-list.
The striptags filter strips SGML/XML tags and replace adjacent whitespace by one space:
1
{{ some_html|striptags }}
Note
Internally, Twig uses the PHP strip_tags function.