package view import ( "stevenlr.com/timer/model" ) templ TimerView(timer model.Timer) {

This is timer { timer.Name }

Back to list }