Start Building Stats Page

This commit is contained in:
2015-10-30 08:10:05 -05:00
parent aef1feb64f
commit fff9cb42e9
4 changed files with 69 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
<div>
devICT Slack Statistics!
</div>
<div>
<table>
{{ for $k, $v := range .TemplateData.Stats }}
<tr><td>{{ $k }}</td><td>{{ $v }}</td></tr>
{{ end }}
</table>
</div>