<table id="votes-table" class="sortable pure-table pure-table-bordered center"> <thead> <tr> <th>Timestamp</th> </tr> </thead> <tbody> {{ range $i, $v, := .Site.AllVotes }} <tr> <td>{{ $v.Timestamp }}</td> </tr> {{ end }} </tbody> </table>