Renders a Liquid template with custom handling for undefined variables.
This function should be used instead of calling liquid.parseAndRender directly,
as the LiquidJS engine does not provide a built-in way to customize behavior
for undefined variables. It uses injectDefaultFilter to append a fallback
value for each variable where necessary.
Renders a Liquid template with custom handling for undefined variables.
This function should be used instead of calling
liquid.parseAndRenderdirectly, as the LiquidJS engine does not provide a built-in way to customize behavior for undefined variables. It usesinjectDefaultFilterto append a fallback value for each variable where necessary.