package deleterow import "examples/shared" templ demo() {
Name Email Status
Joe Smith joe@smith.org Active
Angie MacDowell angie@macdowell.org Active
Fuqua Tarkenton fuqua@tarkenton.org Active
Kim Yee kim@yee.org Inactive
} templ Index() { @shared.Layout("Delete Row") {

Delete Row

Demo

@demo() } }