<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to render handlebar code and not show as text]]></title><description><![CDATA[<p>If I have text in database with handlebar code how can i make it render in template. I am using chrome pdf recipe.</p>
<p><code>on or before 11:00 a.m. on\n{{#if ntc.bidOpen}}\n&lt;span class=\&quot;text-underline\&quot;&gt;{{ntc.bidOpen}}.&lt;/span&gt;\n{{else}}\n&lt;span class=\&quot;text-underline\&quot;&gt;___Add Date here__________________.&lt;/span&gt;\n{{/if}}</code></p>
<p>how can handlebar part be executed - right now it spits out as a text.</p>
]]></description><link>https://forum.jsreport.net/topic/3536/how-to-render-handlebar-code-and-not-show-as-text</link><generator>RSS for Node</generator><lastBuildDate>Wed, 10 Jun 2026 00:18:19 GMT</lastBuildDate><atom:link href="https://forum.jsreport.net/topic/3536.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 09 Jun 2026 17:07:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to render handlebar code and not show as text on Invalid Date]]></title><description><![CDATA[<p>If I have text in database with handlebar code how can i make it render in template. I am using chrome pdf recipe.</p>
<p><code>on or before 11:00 a.m. on\n{{#if ntc.bidOpen}}\n&lt;span class=\&quot;text-underline\&quot;&gt;{{ntc.bidOpen}}.&lt;/span&gt;\n{{else}}\n&lt;span class=\&quot;text-underline\&quot;&gt;___Add Date here__________________.&lt;/span&gt;\n{{/if}}</code></p>
<p>how can handlebar part be executed - right now it spits out as a text.</p>
]]></description><link>https://forum.jsreport.net/post/14932</link><guid isPermaLink="true">https://forum.jsreport.net/post/14932</guid><dc:creator><![CDATA[rashmim00]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Reply to How to render handlebar code and not show as text on Invalid Date]]></title><description><![CDATA[<p>Write your own helper that will evaluate handlebars code<br />
Something like this</p>
<pre><code>function evaluate() {
    return Handlebars.compile('{{#if true}}hello{{else}}nothing{{/if}}')(this)
}
</code></pre>
]]></description><link>https://forum.jsreport.net/post/14934</link><guid isPermaLink="true">https://forum.jsreport.net/post/14934</guid><dc:creator><![CDATA[admin]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>