package templates import ( "strconv" "github.com/hculpan/areweplaying/pkg/data" ) templ Setup(session data.Session) { @Header()

Setup

Players

for _, p := range session.Players { }
Name Email GM Actions
{ p.Name } { p.Email } if p.Gm { GM }
}