Liquid & Rails 2.0.2

Hello,

I am using Rails 2.0.2 and the liquid template engine does not work properly. The template is not interpreted as a liquid template, but like an erb template.

template name : view/pages/template_1column.html.liquid

def index render :action => 'template_1column' end

The template is loaded by rails, but not interpreted by the liquid template engine.

Any ideas ?

Thomas

what plugin or gem are you using to handle the liquid templates? you should probably ask the creator/community of that plugin/gem.