honk/views/about.html

12 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>