1package templates 2 3import ( 4 validate "github.com/go-playground/validator/v10" 5) 6 7var tplValidator = validate.New() 8 9