def get(self): images = Image.get_by_user(users.get_current_user()) return self.render_to_response('images.haml', {'images': images})