Named string interpolation
Substitutes {name} placeholders using values from a Dict or named List. Use {{ and }} to produce literal braces in the output.
fmt (String): The format string
with {name} placeholders.
values (Dict): | List The named
values to substitute.
The formatted string.