%#
%# comment - like comments, but only returns the one for the given img
%#
<%perl>
    my ($path) = @_;
    my $dir = dirname($path);

    $dir = '' if $dir eq '.';
    return $m->comp('/m/pics/comments', $dir)->{basename($path)};
</%perl>
