<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 }}
<td>{{ $v.Timestamp }}</td>
{{ end }}
</tbody>
</table>