getSource method
Get template source from file.
Throws TemplateNotFound if file not found
or UnsupportedError if don't has access to source.
Implementation
@override
String getSource(String path) => parent[path] ?? other.getSource(path);
Get template source from file.
Throws TemplateNotFound if file not found
or UnsupportedError if don't has access to source.
@override
String getSource(String path) => parent[path] ?? other.getSource(path);