Fallback logic in example template construction for format/format map errors. Needed for niche errors with how python string format allows for object fields to be used as template variables. Therefore, template variables with a period are treated as objects and a nonexistent field is accessed.
Pull Review Summary
Description
Fallback logic in example template construction for format/format map errors. Needed for niche errors with how python string format allows for object fields to be used as template variables. Therefore, template variables with a period are treated as objects and a nonexistent field is accessed.
Type of change
Tests
Tested locally