#set($context = $templateLogic.getHttpServletRequest().getContextPath()) #if($templateLogic.contentId && $templateLogic.contentId > -1) #set($corps = $templateLogic.getContentAttribute("corps")) #set($titre = $templateLogic.getContentAttribute("titre")) #else #set($corps = $templateLogic.getComponentLogic().getContentAttribute("comm", "corps")) #set($titre = $templateLogic.getComponentLogic().getContentAttribute("comm", "titre")) #end