all repos — honk @ ff67fc32e5ac9213e7ff1e7324be06f5642b5e69

my fork of honk

views/about.html (view raw)

 1{{ template "header.html" . }}
 2<main>
 3<div class="info">
 4{{ .AboutMsg }}
 5<p><small>version: {{ .HonkVersion }}
 6<br>memory: {{ printf "%.02f" .Sensors.Memory }}MB
 7<br>uptime: {{ printf "%.02f" .Sensors.Uptime }}s
 8<br>cputime: {{ printf "%.02f" .Sensors.CPU }}s
 9</small>
10</div>
11</main>