i have this script for meta description in jinja2 :
<meta name="description" content="{{ product.description|nl2br|truncate(150) }}" />
the problem is output, have html characters :
<meta name="description" content="10.00 $ : Features:
<br />
<br />
- Auto-Like
<br />
- Auto-Comment
<br />
- Auto-Follow
<br />
- Auto-Unfollow ALL
<br />
- Auto-Unfollow People who are not ..." />
need output whitout html tags, how can i remove this ?
<br,>