gofiber/template

How to use match multiple template directories?

duxphp opened this issue · 0 comments

Using text/template standard library, I can use ParseGlob(". /app//views/.html") method to match files in multiple directories, but I don't know how to use it in gofiber/template