hugo/tpl/tplimpl
Steven Allen 3743875778 tpl/tplimpl: Fix compiling Amber templates that import other templates
Without this patch, amber would try to load templates from the OS filesystem
instead of the layouts virtual filesystem.
2018-08-17 10:04:07 +02:00
..
embedded tpl: Suppress blank lines from opengraph internal template 2018-08-12 12:27:38 -06:00
ace.go
amber_compiler.go tpl/tplimpl: Fix compiling Amber templates that import other templates 2018-08-17 10:04:07 +02:00
template.go
template_ast_transformers.go tpl/tplimpl: Reimplement the ".Params tolower" template transformer 2018-08-14 17:54:48 +02:00
template_ast_transformers_test.go tpl/tplimpl: Reimplement the ".Params tolower" template transformer 2018-08-14 17:54:48 +02:00
template_funcs.go tpl/partials: Add templates.Exists 2018-07-31 13:28:15 +02:00
template_funcs_test.go
template_test.go
templateFuncster.go
templateProvider.go