package view import ( "stevenlr.com/timer/model" ) templ TimerView(timer model.Timer) {
Back to list
Start time: { timer.StartTime.AsUTCString() }
End time: { timer.EndTime.AsUTCString() }
Total time:
Remaining time: