/usr/share/doc/python-templayer/examples/emulate.templayer.html is in python-templayer 1.5.1-1build1.
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 | <html>
<head><title>%title%</title></head>
<body>
<h1>%title%</h1>
{contents}
{show_404}
The url %url% could not be found.
{/show_404}
{flatpage_body}
%contents%
{/flatpage_body}
{/contents}
</body>
</html>
|