github.com/aleksi/gonuts.io@v0.0.0-20130622121132-3b0f2d1999fb/app/gonuts/templates/base/nuts.html (about) 1 <table class="dir"> 2 <tr> 3 <th>Name</th> 4 <th> </th> 5 <th>Synopsis</th> 6 </tr> 7 {{range .Nuts}} 8 <tr> 9 <td><a href="/{{.Vendor}}/{{.Name}}"><code>{{.Vendor}}/{{.Name}}</code></a></td> 10 <td></td> 11 <td>{{.Doc}}</td> 12 </tr> 13 {{end}} 14 </table>