hugo/tpl
NotZippy 3a27cefec1 Add dictionary function to be passed into a template
Allows templates to dynamically build maps.

Example usage: Creating and passing a map to a subtemplate while in a range on the parent.
2015-10-09 18:29:16 +02:00
..
template.go
template_embedded.go
template_funcs.go Add dictionary function to be passed into a template 2015-10-09 18:29:16 +02:00
template_funcs_test.go Add dictionary function to be passed into a template 2015-10-09 18:29:16 +02:00
template_resources.go Add missing formatting directive in Printf call 2015-08-06 22:46:35 +02:00
template_resources_test.go
template_test.go