hugo/tpl
Cameron Moore 09c8c17bf0 tpl: fix default function
This commit fixes a few things:

1. `given` is now a variadic parameter so that piping works properly
2. add separate template tests to make sure piping works
3. support time values
4. add more tests of the dfault function
2016-03-10 17:47:59 +01:00
..
reflect_helpers.go
template.go
template_embedded.go
template_funcs.go tpl: fix default function 2016-03-10 17:47:59 +01:00
template_funcs_test.go tpl: fix default function 2016-03-10 17:47:59 +01:00
template_resources.go
template_resources_test.go
template_test.go