You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
364 B

  1. <!--
  2. Copyright 2010 The Go Authors. All rights reserved.
  3. Use of this source code is governed by a BSD-style
  4. license that can be found in the LICENSE file.
  5. -->
  6. <table class="layout">
  7. {{range .}}
  8. <tr>
  9. {{$name_html := html .Name}}
  10. <td><a href="{{$name_html}}">{{$name_html}}</a></td>
  11. <td width="25">&nbsp;</td>
  12. <td>{{html .Title}}</td>
  13. </tr>
  14. {{end}}
  15. </table>