diff --git a/tpl/macro.twig b/tpl/macro.twig index e176537..f969dcb 100644 --- a/tpl/macro.twig +++ b/tpl/macro.twig @@ -586,7 +586,7 @@ {%~ if has_token(o, 'bhl_custom_rw') ~%} ctx.Encode(f); - {%- elseif has_token(o, 'POD') ~%} + {%- else ~%} ctx.SetObj(f, ctx.type); {%- endif ~%}