This file is indexed.

/etc/ikiwiki-hosting/templates/parkedsite.tmpl is in ikiwiki-hosting-common 0.20170622ubuntu1.

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
13
14
15
16
17
18
19
20
21
<TMPL_IF HTML>
<html>
<head>
<title><TMPL_VAR WIKINAME> (not available)</title>
</head>
<body>
<p>
</TMPL_IF>
This site is currently unavailable.
<TMPL_IF PARKED_MESSAGE>
<TMPL_IF HTML>
</p>
<p>
</TMPL_IF>
<TMPL_VAR PARKED_MESSAGE>
</TMPL_IF>
<TMPL_IF HTML>
</p>
</body>
</html>
</TMPL_IF>