Updated, hopefully good for the jam!

This commit is contained in:
2017-07-28 14:36:14 -05:00
parent 13e5816112
commit 1cd03128b0
64 changed files with 3337 additions and 2032 deletions

View File

@@ -12,13 +12,13 @@
</div>
-->
{{ if eq .PublicMode 1 }}
<div>
<h3>Current Results</h3>
<ol>
{{ range $i, $v := .TemplateData }}
<li>{{ $v.Name }}</li>
<div class="results-container">
<h2>Current Results</h2>
{{ range $i, $v := .TemplateData }}
{{ range $ti, $tv := $v.Teams }}
{{ $v.Rank }}: {{ $tv.Name }}<br />
{{ end }}
</ol>
{{ end }}
</div>
{{ end }}
<div>