This file is indexed.

/usr/lib/python2.7/dist-packages/archmod/templates/arch_header.html is in archmage 1:0.3.1-3.

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
10
11
12
<html>
<head>
    <title><%title%></title>
    <LINK rel="Stylesheet" type="text/css" href="arch_css.css">
</head>
<body bgcolor="<%bcolor%>">
    <table class='htable' cellpadding="0" cellspacing="0" width="100%"><td>
<td align="center" width="100%">
    <b><font size="large" color="<%fcolor%>"><%title%></font></b>
</table>
</body>
</html>