<%! title = "Screenshots" %> <%inherit file="/page.mako" /> <%def name="style()"> ${parent.style()}

% for f,t,d in h.getImages("static/images/screens/", "static/images/tmp/", (150,150)): % if not d: d = 'Portato screenie' ${d} % endfor