{{if !empty( $images ) }}
{$title}
{{if $orientation == 'vertical'}}
{{foreach $images as $image}} {template="imageRow" group="widgets" app="gallery" params="$image, $orientation"} {{endforeach}}
{{else}}
{{foreach $images as $idx => $image}} {template="imageRow" group="widgets" app="gallery" params="$image, $orientation"} {{endforeach}}
{{endif}}
{{endif}}