progresses on #5
This commit is contained in:
@@ -82,7 +82,7 @@ func (p Page) PrintAsHTML(w http.ResponseWriter, templates ...string) (int, erro
|
||||
if p.Minimal {
|
||||
templates = append(templates, "actions", "minimal")
|
||||
} else {
|
||||
templates = append(templates, "actions", "base")
|
||||
templates = append(templates, "buttons", "actions", "base")
|
||||
}
|
||||
|
||||
var tpl *template.Template
|
||||
|
||||
Reference in New Issue
Block a user