if(logger.isDebugEnabled())
logger.info("contentVO:" + contentVO);
if(contentVO == null)
throw new NoBaseTemplateFoundException("There was no template bound to this page which makes it impossible to render.");
if(logger.isDebugEnabled())
logger.info("contentVO:" + contentVO.getName());
template = this.getTemplateController().getContentAttribute(contentVO.getContentId(), this.getTemplateController().getTemplateAttributeName());