blob: 78530e6b0743d8a56653f85bca1b167bbcc00748 [file] [log] [blame]
<!--
Copyright 2009 The Go Authors. All rights reserved.
Use of this source code is governed by a BSD-style
license that can be found in the LICENSE file.
-->
<p>
<table class="layout">
<tr>
<th align="left">File</th>
<td width="25">&nbsp;</td>
<th align="right">Bytes</th>
</tr>
<tr>
<td><a href="../">../</a></td>
</tr>
{{range .}}{{if .IsDir}}
<tr><td align="left"><a href="{{html .Name}}/">{{html .Name}}/</a><td></tr>
{{end}}{{end}}
{{range .}}{{if not .IsDir}}
<tr><td align="left"><a href="{{html .Name}}">{{html .Name}}</a><td align="right">{{html .Size}}</tr>
{{end}}{{end}}
</table>
</p>