hugo/tpl
Bjørn Erik Pedersen 8fe1070872 Prevent confusing template errors when seq is nil
The common is the `where` func and this:

```
panic: reflect: call of reflect.Value.Type on zero Value [recovered]
	panic: reflect: call of reflect.Value.Type on zero Value
```
2016-02-09 19:02:05 +01:00
..
template.go
template_embedded.go
template_funcs.go Prevent confusing template errors when seq is nil 2016-02-09 19:02:05 +01:00
template_funcs_test.go
template_resources.go
template_resources_test.go
template_test.go