all repos — honk @ 3c9631fd37fb1cc0d0cb6a315746efb9c4e2ea4c

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>