class

Liquid::BlankFileSystem

Inherits Liquid::FileSystem / Reference / Object

This will parse the template with a LocalFileSystem implementation rooted at 'template_path'.

Instance methods

read_template_file(template_path, context)

Called by Liquid to retrieve a template file

Source