By default, liferay themes uses velocity templates. For example, classic theme (.../tomcat-6.0.x/webapps/ROOT/html/themes/classic/templates) uses several (*.vm) velocity templates. But Liferay portal may use freemarker templates (*.ftl) instead.
To usee freemarker instead of velocity open liferay-look-and-feel.xml <theme id="..." name="...">
<template-extension>vm</template-extension>
.....
and change template-extension value from 'vm' to 'ftl'.
Since Liferay 6.0 and GA3.

