Add date to html output.
This commit is contained in:
@@ -41,6 +41,9 @@ var htmlTemplate string = `<html>
|
||||
|
||||
<body>
|
||||
{{if .Error}} <p>Error encountered: {{.Error}} </p> {{end}}
|
||||
<dl>
|
||||
<dt> Date: {{.Date}}</dt>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt> LEDs:</dt>
|
||||
{{range .Leds}}
|
||||
|
||||
Reference in New Issue
Block a user