{{ if images }}
{{ each images img }}
<img src="{{ img }}">
{{ /each }}
{{ /if }}
{{ if description }}
<p>{{ description }}</p>