Bug Description
When using the Mustache template engine, partials don't appear to work and the engine does not produce any errors or output in the logs, even when using deliberately non-existent template names.
How to Reproduce
Using: go version go1.22.2 windows/amd64
Using: latest version of Fiber and related modules (go get -u ./...)
- Created a project that mirrors the example in the Fiber Mustache docs.
- Compile and run it. Browse to the service.
- Main index page renders in the layout, partials are not included, no log output related to it.
Expected Behavior
Partials rendered into the template.
Template package Version
v2.0.10
Code Snippet (optional)
Checklist:
Bug Description
When using the Mustache template engine, partials don't appear to work and the engine does not produce any errors or output in the logs, even when using deliberately non-existent template names.
How to Reproduce
Using:
go version go1.22.2 windows/amd64Using: latest version of Fiber and related modules (
go get -u ./...)Expected Behavior
Partials rendered into the template.
Template package Version
v2.0.10
Code Snippet (optional)
Checklist: