% if photo_array:
% for image in photo_array:
<%
link = image['url']
title = image['title']
thumb_link = image['url_thumb']
# Add the narrow class to figures in portrait
extra_class = 'yp-gallery__figure--narrow' if image['size']['h'] > image['size']['w'] else ''
%>
% endfor
% endif