map.put("appMenu", buildMenu());
map.put("rc", getTranslation());
map.put("baseRef", getRootRef());
map.put("user", getUser());
map.put("pageRef", getRootRef() + "/" + getBasePath());
TemplateRepresentation template = new TemplateRepresentation(templateName, getApplication()
.getFreemarkerConfiguration(), map, MediaType.TEXT_HTML);
template.setCharacterSet(CharacterSet.UTF_8);
return template;
}