Adding datapoints to triggers
This commit is contained in:
parent
b0a0f9290e
commit
c746343dc0
15 changed files with 269 additions and 90 deletions
1
page.go
1
page.go
|
|
@ -52,7 +52,6 @@ func (p *Page) Render(w http.ResponseWriter) {
|
|||
"Data": p.Data,
|
||||
}
|
||||
|
||||
logger.Info("foo", "tmpl", tmpl)
|
||||
err = tmpl.Execute(w, data)
|
||||
if err != nil {
|
||||
httpError(w, we.Wrap(err).Log())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue