gofiber/template

Template engine can only load template files ending in .html

Technerder opened this issue · 0 comments

The Jet template engine should support .html.jett, .jet.html and .jet as shown here and here but can only load files ending with .html because of the code here

The associated log.Fatal method calls are also missing a ' on the left side of .jet.html

image