projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2342655
)
Quick-and-dirty way to print details of template errors
author
Anthony Fok
<foka@debian.org>
Tue, 20 Jan 2015 09:23:28 +0000
(
02:23
-0700)
committer
Anthony Fok
<foka@debian.org>
Tue, 20 Jan 2015 09:23:28 +0000
(
02:23
-0700)
See Issue #316.
tpl/template.go
patch
|
blob
|
history
diff --git
a/tpl/template.go
b/tpl/template.go
index 9574adb9cd34dec428bce82954424cc95919ecd6..b448355e7bba6fe9cce2e9cb6071fa00459538a1 100644
(file)
--- a/
tpl/template.go
+++ b/
tpl/template.go
@@
-1144,6
+1144,7
@@
func (t *GoHtmlTemplate) AddInternalShortcode(name, content string) error {
func (t *GoHtmlTemplate) AddTemplate(name, tpl string) error {
_, err := t.New(name).Parse(tpl)
if err != nil {
+ jww.ERROR.Println(err)
t.errors = append(t.errors, &templateErr{name: name, err: err})
}
return err