class Liquid::BlankFileSystem

Overview

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

Defined in:

liquid/file_system.cr

Instance Method Summary

Instance methods inherited from class Liquid::FileSystem

read_template_file(template_path, context) read_template_file, to_liquid to_liquid

Instance Method Detail

def read_template_file(template_path, context) #

Called by Liquid to retrieve a template file


[View source]