providers/validate: Test {{hasXML}}, and make it available for use

This commit is contained in:
Sasha Koshka 2025-07-07 09:02:22 -04:00
parent 439e90357d
commit 998110000a

View File

@ -48,6 +48,7 @@ func (this *Provider) FuncMap () template.FuncMap {
"inRange": this.funcInRange,
"strInRange": this.funcStrInRange,
"hasWords": this.funcHasWords,
"hasXML": this.funcHasXML,
}
}