striptags
Found a typo or an error? Open a ticket.
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:
{% some_html|striptags %}
Note
Internally, Twig uses the PHP strip_tags function.