```go app = gin.New() app.LoadHTMLGlob("templates/*") r := app.Group("/") ``` An error occurred: ```bash panic: html/template: pattern matches no files: `templates/*` ```
An error occurred:
panic: html/template: pattern matches no files: `templates/*`