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>