You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In internal/template/engine.go, templates are read in memory and parsed. It would be better to make use of the ParseFS function, and to re-use the common templates via commonTemplates.Parse instead of concatenating everything manually.
The text was updated successfully, but these errors were encountered:
In
internal/template/engine.go
, templates are read in memory and parsed. It would be better to make use of theParseFS
function, and to re-use the common templates viacommonTemplates.Parse
instead of concatenating everything manually.The text was updated successfully, but these errors were encountered: