Liquid::Template
Inherits Reference < Object
Constructors
new(root : Block::Root, template_path : String)
Sourcenew(root : Block::Root)
Sourceparse(str : String) : Template
Sourceparse(file : File) : Template
SourceInstance methods
render(data, io = IO::Memory.new)
Sourceroot
Sourcetemplate_path
Sourcetemplate_path=(template_path : Nil | String)
Sourceto_code(io_name : String, io : IO = IO::Memory.new, context : String | Nil = nil)
Source