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