{{ if title }}
<h1>{{@ title }}</h1>
{{ /if }}
{{ if image }}
<img src="{{ image }}"/>
{{ /if }}
<br/>