<!DOCTYPE html>
<html><head>
<title>{:title}</title>
<meta charset="UTF-8" />
<style>{include:css.tpl}{include:hidecss.tpl}</style>
</head><body><div style="border: 2px yellow dashed;">
<div id="path">{loop:path::p}<a href="{:p.url}">{:p.title}</a>{sep} / {endloop}</div>
<div id="head"><div><img src="{:thumburl}" /></div><div>{:title}</div></div>
<table>
<tr>
<th>#</th>
<th></th>
<th>{if:bydate}<a href=".">name</a>{else}name{endif}</th>
<th></th>
<th>{if:bydate}date{else}<a href="indexd.html">date</a>{endif}</th>
</tr>
{loop:subs::n}<tr{if:n.hide} class="hide"{endif}>
<td></td>
<td><a href="{:n.hideurl}"><img src="{:n.thumburl}" /></a></td>
<td><a href="{:n.hideurl}">{:n.title}</a></td>
<td><a href="{:n.mangleurl}">mangled</a></td>
<td>{:n.date}</td>
</tr>{endloop}
</table>
</div></body></html>