{{foreach $columns.fc as $fc}}
{{foreach $fc as $img}}
{{include file="content/image.tpl" image=$img}}
{{/foreach}}
{{/foreach}}
{{foreach $columns.sc as $sc}}
{{foreach $sc as $img}}
{{include file="content/image.tpl" image=$img}}
{{/foreach}}
{{/foreach}}