morffix/tmpl/stats.tmpl
Samuel Lorch 8e15cdd6e8
All checks were successful
/ release (push) Successful in 32s
Rework chart gen. Add Health, Tanscode, Task Status Charts
2024-07-13 23:18:47 +02:00

8 lines
159 B
Cheetah

{{template "head"}}
<h2>Stats</h2>
<div class="stats">
{{range $c := .Charts}}
{{$c.Element}} {{$c.Script}}
{{end}}
</div>
{{template "tail"}}