2022-05-19
Go Web Framework Gin learning 3-template rendering multilevel directory with template pass-through
Engine.LoadHTMLGlob(“template1/**/*”) func (engine * engine) LoadHTMLGlob(patternString) LoadHTMLGlob takes 1 parameter, which can be wildcard. “template1/*” indicates all files in the…