Tutorials References Exercises Videos Menu
Create Website Get Certified Upgrade

Template Filter - striptags


Example

Remove HTML from the text:

{{ mytext|striptags }}
Run Example »

Definition and Usage

The striptags filter removes any HTML tags from the value.


Syntax

{{ value|striptags }}

Template filters are defined by using a pipe | character followed by the name of the filter.