Add `after` template function
authorAriejan de Vroom <ariejan@ariejan.net>
Wed, 10 Jun 2015 21:49:55 +0000 (23:49 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Mon, 15 Jun 2015 19:18:38 +0000 (21:18 +0200)
commitc335efdd064b2c15aa52146f59ec267a2385d169
tree66fb0802294489be76f58d142e35679a3ba85814
parent82cc1ac0f8860de6ca097235d23babb42c69c720
Add `after` template function

Where `first` will return the first N items of a rangeable list,
`after` will return all items after the Nth item.

This allows the user to do something with the first N items and
something different with the remaining items after N.
tpl/template_funcs.go
tpl/template_funcs_test.go