{{if $images}}
{{foreach name=main_images item=image key=key from=$images}}
{{$image.full.tag}}
{{$image.title}}
{{$image.text}}
{{/foreach}}
{{/if}}