====== How to use handlebars to display conditional content? ====== {{:tutorials:dynamic_notes_-_sample.jpg?nolink|}} We have recently added handlebars features to allow conditional content in the dynamic notes widget. You can add an **if else** statement around text and do a text comparison using the gt, gte, lt, lte, eq comparator in the if condition. You can either type the handlebars in the WiziWig editor {{#if (gte Var 0) }} ↗ {{{Var}}}% {{else}} ↘ {{{Var}}}% {{/if}} or switch it to html mode ">" and type the handlebars such as this