{{ if headerImage }}
  <img src="{{ headerImage }}"><br>
{{ /if }}

{{ if content }}
  {{@ content }}
{{ /if }}
