Some work
This commit is contained in:
10
view/timer.templ
Normal file
10
view/timer.templ
Normal file
@ -0,0 +1,10 @@
|
||||
package view
|
||||
|
||||
import (
|
||||
"stevenlr.com/timer/model"
|
||||
)
|
||||
|
||||
templ TimerView(timer model.Timer) {
|
||||
<h1>This is timer { timer.Name }</h1>
|
||||
<a href="/">Back to list</a>
|
||||
}
|
Reference in New Issue
Block a user