-
feat(pongo): non-panicking Engine compile variants + global 'lines' filter (WO-WZ-021)
released this
2026-07-04 06:31:15 +00:00 | 15 commits to main since this releasePageTemplate/BlockTemplate/EmailWrapper return errors instead of
panicking so hosts can compile artifact-supplied templates at load time
(codeless themes) without a malformed artifact taking down the process;
Must* variants delegate. The 'lines' filter splits a string into
trimmed non-empty lines — pongo2 string literals cannot express \n, so
multi-line textarea fields (per-lineaddresses) were previously
inexpressible in templates.Co-Authored-By: Claude Fable 5 noreply@anthropic.com
Downloads