qor-example icon indicating copy to clipboard operation
qor-example copied to clipboard

Empty index page: "at <.Template>: invalid value; expected string"

Open talaikis opened this issue 8 years ago • 1 comments

...
Listening on: 7000
template: :68:17: executing "" at <.Template>: invalid value; expected string
[GIN] 2017/07/17 - 19:49:30 | 200 |    100.0761ms |             ::1 |  GET     /

Go 1.8.3

talaikis avatar Jul 17 '17 16:07 talaikis

In a lot of cases template.New("") is used and then you have to guess which template it is..

Feels related to qor/render#3. Why even boot the system when your templates are broken or can't be found?

cryptix avatar Nov 18 '17 12:11 cryptix