Method: Bunto::Convertible#render_liquid

Defined in:
lib/bunto/convertible.rb

#render_liquid(content, payload, info, path) ⇒ Object

Render Liquid in the content

content - the raw Liquid content to render payload - the payload for Liquid info - the info for Liquid

Returns the converted content



107
108
109
# File 'lib/bunto/convertible.rb', line 107

def render_liquid(content, payload, info, path)
  _renderer.render_liquid(content, payload, info, path)
end