'Extract text from HTML string using jinja2

I'm extracting a JSON object like this:

<td>{{item.description}}</td>

However, what I get is an HTML string like this

 <div><p>Calibration</p></div>

Is there to do that a way using Jina2 to extract that. I searched but I couldn't



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source