This file is indexed.

/usr/share/lazygal/themes/default/video.thtml is in lazygal 0.8.2-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/"
     id="video">
    <div id="video_vid">
        <video src="$video_src" controls="controls">
				your browser does not support the video tag</video>
        <p py:if="original_link"><a href="$original_link">${_('Original video')}</a></p>
    </div>
</div>
<!--! vim: set fenc=utf-8 ts=4 sw=4 expandtab: -->