Files
Johannes Wachter ccd997c2c6 [Platform] Add support for object serialization in template variables
This adds support for passing objects as template variables by normalizing
them to arrays before template rendering. The normalizer is optional and
configurable via constructor injection.

New features:
- Object serialization in template_vars via optional NormalizerInterface
- normalizer_context option in template_options for controlling serialization
- Nested array flattening with dot notation support (e.g., {city.name})
- Null value handling (rendered as empty string)
2026-02-14 19:11:16 +01:00
..
2025-09-23 21:41:56 +02:00