Deduplicate macro rendering paths

This commit is contained in:
2026-06-21 12:45:23 +02:00
parent 26c481ea1f
commit 2d98780007
2 changed files with 49 additions and 73 deletions

View File

@@ -14,6 +14,7 @@ after each item.
- [x] `rendering/labels.ex`
- [x] `rendering/liquid_parser.ex` (verified Liquex does not expose a built-in filter/operator subset validator; keeping current implementation)
- [x] `rendering/filters.ex`
---