First RC
* Use embedded assets for templates * All Critical functions are working
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
<h2>Current Results</h2>
|
||||
<ol>
|
||||
{{ range $i, $v := .TemplateData.Results }}
|
||||
<li>{{ $v.Name }}</li>
|
||||
{{ end }}
|
||||
</ol>
|
||||
<table id="votes-table" class="sortable pure-table pure-table-bordered center">
|
||||
<thead>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user