I am trying to make a default template dictionary.
I then want to create multiple instances of that dictionary.
When I create multiple instances, I end up updating all my dictionaries with the same property name.
Why is this the case?
Check out the log outputs...