Prebuild templates (base.html + content) at startup to avoid a file parse every page load
This commit is contained in:
@ -23,7 +23,8 @@ type Configuration struct {
|
||||
}
|
||||
|
||||
Template struct {
|
||||
BaseName string `json:"BaseTemplateName"`
|
||||
BaseName string `json:"BaseTemplateName"`
|
||||
ContentPath string `json:"ContentPath"`
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user