all repos — honk @ 41a07fd9627aa61e8b45ca94bc2a41ee75a5a09b

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>