honk/views/about.html
2019-11-08 19:11:37 -05:00

11 lines
284 B
HTML

{{ template "header.html" . }}
<main>
<div class="info">
{{ .AboutMsg }}
<p><small>version: {{ .HonkVersion }}
<br>memory: {{ printf "%.02f" .Sensors.Memory }}MB
<br>uptime: {{ printf "%.02f" .Sensors.Uptime }}s
<br>cputime: {{ printf "%.02f" .Sensors.CPU }}s
</small>
</div>
</main>