Tokenize a mustache template.
Tokenizes a mustache template in a generator fashion, using file-like objects. It also accepts a string containing the template.
a file-like object, or a string of a mustache template
The default left delimiter
('{{' by default, as in spec compliant mustache)
The default right delimiter
('}}' by default, as in spec compliant mustache)