tpl: fix default function
authorCameron Moore <moorereason@gmail.com>
Wed, 9 Mar 2016 22:27:56 +0000 (16:27 -0600)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 10 Mar 2016 16:47:59 +0000 (17:47 +0100)
commit09c8c17bf06ed5f215922b0755558e58a8723802
treee4d499f033ad3e2c7db4e166aabc1c4964201b33
parent0743646f3232b55b4df2690cbb11682794884243
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
docs/content/templates/functions.md
tpl/template_funcs.go
tpl/template_funcs_test.go