2010-04-26 22:35:12 -07:00
|
|
|
<!--
|
|
|
|
|
Copyright 2010 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.
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
|
|
<table class="layout">
|
2011-08-11 13:24:13 -07:00
|
|
|
{{range .}}
|
2010-04-26 22:35:12 -07:00
|
|
|
<tr>
|
2011-08-13 14:00:16 +10:00
|
|
|
<td><a href="{{html .Name}}">{{html .Name}}</a></td>
|
2010-04-26 22:35:12 -07:00
|
|
|
<td width="25"> </td>
|
2011-08-12 10:06:32 -07:00
|
|
|
<td>{{html .Title}}</td>
|
2010-04-26 22:35:12 -07:00
|
|
|
</tr>
|
2011-08-11 13:24:13 -07:00
|
|
|
{{end}}
|
2010-04-26 22:35:12 -07:00
|
|
|
</table>
|