hugo/tpl
Tatsushi Demachi 03a7016104 Let Amber template call Hugo's custom functions
Amber doesn't share text/template `FuncMap` functions and has its own
function list. This allows Amber to call Hugo's custom functions.
2015-07-20 11:29:15 +02:00
..
template.go Let Amber template call Hugo's custom functions 2015-07-20 11:29:15 +02:00
template_embedded.go
template_funcs.go Add nil comparison to where tpl function 2015-06-29 19:50:45 +02:00
template_funcs_test.go Add nil comparison to where tpl function 2015-06-29 19:50:45 +02:00
template_resources.go
template_resources_test.go
template_test.go