(** Inner Parsley expression **)
{{ if {this.title} == 'Hello, World' }}
(** Inverted equality **)
{{if {item.zuid} != {this.item_page} }}
<a href="/" class="home"><img src="..." /></a>
(** checking if a value exists on a content item **)
<img src="{{this.image.getImage()}}" alt="{{this.image_text}}">