------------------
* Changed OptionTemplateSolver:
* Templates resolve to actual objects, instead of their string representation
* Templates can no longer be combined with a string outside the template.
* Example Template: '{{'one two'.split()}}' resolves to ['one', 'two'] (array)
* Example Invalid Template: 'The answer is {{40+2}}!' does not resolve and remains the same string.