I'm using jsRender to render my data on html page. The data gets rendered perfectly. However, in some content items, HTML text (like hyperlink) appears as text. In jquery template, there is a way to render HTML by {{html. Is there anything similar available in jsRender? My code is as follows:
<p>
{{ =Status}} //need to convert this to HTML so it should appear as hyperlink.
</p>
Thanks.