Hi this code not working becouse of the space between, Peter __ Mark, how can i acchieve this with space? The code is, x-jsrender
<div class="node">
{{if title == 'Peter Mark'}}
<div><a href= {{>id}} >{{>title}}</a><br />{{>subtitle}}</div>
{{else title == 'VD'}}
<div><a href= {{>id}} >{{>title}}</a><br />{{>subtitle}}</div>
{{else}}
<div><a href='#'>{{>title}}</a><br />{{>subtitle}}</div>
{{/if}}