package templates import ( validate "github.com/go-playground/validator/v10" ) var tplValidator = validate.New()