This file is indexed.

/usr/share/lazygal/themes/default/feeditem.thtml is in lazygal 0.8.8-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
8
9
<div xmlns:py="http://genshi.edgewall.org/">
    <p py:if="desc" py:content="desc"></p>
    <p><img src="$album_pic_path" alt="album picture"/></p>
    <p>
        <py:if test="subgal_count > 0">$subgal_count ${_('sub-galleries')},</py:if>
        $picture_count ${_('photos')}
    </p>
</div>
<!--! vim: set fenc=utf-8 ts=4 sw=4 expandtab: -->