statbot/templates/stats.html

22 lines
399 B
HTML
Raw Normal View History

<div>
devICT Slack!
</div>
2015-10-30 13:10:05 +00:00
<div>
{{ .TemplateData.Error }}
</div>
<div>
<table class="pure-table">
<thead>
<tr>
<th colspan="2">Statistics</th>
</tr>
</thead>
<tbody>
<tr>
<td>Total Channel Messages</td>
<td>{{ .TemplateData.TotalChannelMessages }}</td>
</tr>
</tbody>
2015-10-30 13:10:05 +00:00
</table>
</div>