{{ if post }}
{{@ post }}
{{ /if }}
{{ if images }}
{{ each images image }}
<img src="{{ image.url }}">
{{ /each }}