mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
a55640de8e
This commit adds support for return values in partials. This means that you can now do this and similar: {{ $v := add . 42 }} {{ return $v }} Partials without a `return` statement will be rendered as before. This works for both `partial` and `partialCached`. Fixes #5783 |
||
---|---|---|
.. | ||
embedded | ||
ace.go | ||
amber_compiler.go | ||
shortcodes.go | ||
shortcodes_test.go | ||
template.go | ||
template_ast_transformers.go | ||
template_ast_transformers_test.go | ||
template_errors.go | ||
template_funcs.go | ||
template_funcs_test.go | ||
template_info_test.go | ||
templateFuncster.go | ||
templateProvider.go |