* rename get_filename to get_filepath * phpdocs fixes * improve formatting of exceptions * lang string improvement
This change moves several repeated sections of code that was searching for templates and valid template locations to a new class. It adds unit tests for the new class and verifies subsystem support for templates.
Mustache support for rendering templates from either php or js.