11 # Render a page's liquid and return the intermediate result
12 def render_liquid page, content, binding = TOPLEVEL_BINDING
15 unless defined? @liquid_template then
16 @liquid_template = Liquid::Template.parse(content).render()
19 @liquid_template.render(binding)