progresses on #5

This commit is contained in:
Henrique Dias
2016-07-01 10:01:31 +01:00
parent 9b92b17e1d
commit d294d1b116
6 changed files with 588 additions and 479 deletions

View File

@@ -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