Une erreur s'est produite lors du traitement du gabarit.
Failed to "?eval" string with this error:

---begin-message---
Syntax error in ?eval-ed string in line 1, column 132:
Lexical error: encountered "u" (117), after "\"Inauguration de la base d\\".
---end-message---

The failing expression:
==> contenuWebnvoa.getData()?eval  [in template "46053#46093#18283541" at line 38, column 42]

----
FTL stack trace ("~" means nesting-related):
	- Failed at: #assign contenidoSeleccionado = conte...  [in template "46053#46093#18283541" at line 38, column 9]
----
1<#setting url_escaping_charset='utf-8'> 
2 
3<#assign 
4JournalArticleLocalService = serviceLocator.findService("com.liferay.journal.service.JournalArticleLocalService") 
5WorkflowConstants = staticUtil["com.liferay.portal.kernel.workflow.WorkflowConstants"] 
6DLURLHelper = serviceLocator.findService("com.liferay.document.library.util.DLURLHelper") 
7DLAppService = serviceLocator.findService("com.liferay.document.library.kernel.service.DLAppLocalService") 
8AssetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") 
9AssetCategoryServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService") 
10AssetVocabularyLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService") 
11freemarkerUtilities = serviceLocator.findService("com.iberdrola.liferay.freemarker.utilities.api.FreemarkerUtilities") 
12articleId =  .vars['reserved-article-id'].data 
13article = JournalArticleLocalService.getLatestArticle(groupId, articleId,  WorkflowConstants.STATUS_APPROVED) 
14articleContent = article.getContentByLocale(locale) 
15docXml = saxReaderUtil.read(article.getContentByLocale(locale)) 
16actualURL = themeDisplay.getURLCurrent()?replace("/-/","") 
17stringPattern = "dd '" + languageUtil.get(locale, "of") + "' MMMM yyyy" 
18fechaModificacion =  dateUtil.getDate(article.getDisplayDate(), stringPattern, locale) 
19categories = AssetCategoryServiceUtil.getCategories(article.getModelClassName(), article.getResourcePrimKey()) 
20
21<#assign navigationUrls = freemarkerUtilities.getPreviosAndNextBlog(article.getResourcePrimKey()?number,actualURL,themeDisplay) > 
22 
23<#if categories?has_content> 
24	<#list categories as category> 
25		<#assign categoryURL = category.getName()?replace("á","a")?replace("é","e")?replace("í","i")?replace("ó","o")?replace("ú","u")?replace(" ","-") /> 
26		<#assign parentCategoryId = category.getParentCategoryId()/> 
27		<#assign vocabularyId = category.getVocabularyId() /> 
28		<#assign parentCategory = AssetCategoryServiceUtil.getAssetCategory(parentCategoryId)/> 
29		<#assign parentCategoryURL =parentCategory.getName()?replace("á","a")?replace("é","e")?replace("í","i")?replace("ó","o")?replace("ú","u")?replace(" ","-") /> 
30	</#list> 
31</#if> 
32<#if vocabularyId?has_content> 
33	<#assign vocabularyName = AssetVocabularyLocalService.fetchAssetVocabulary(vocabularyId).getName()/> 
34</#if> 
35 
36<#if contenuWebnvoa?? &&contenuWebnvoa.getData()?? && contenuWebnvoa.getData() !=""> 
37	<#assign contenidoSeleccionadoString = contenuWebnvoa.getData() > 
38	<#assign contenidoSeleccionado = contenuWebnvoa.getData()?eval > 
39	<#assign selectedContent = JournalArticleLocalService.fetchJournalArticleByUuidAndGroupId(contenidoSeleccionado.uuid,groupId) /> 
40	<#if selectedContent??> 
41	<div class="hide col-md-12 portlet-column portlet-column-only yui3-dd-drop" id="contenidSeleccionadoDiv"> 
42		<@liferay_journal["journal-article"]  
43			articleId =selectedContent.getArticleId() 
44			ddmTemplateKey=selectedContent.getDDMTemplateKey() 
45			groupId = groupId/> 
46	</div> 
47	</#if> 
48</#if> 
49 
50 
51<div class="ibd-blog-detail"> 
52    <div class="ibd-blog-detail__body"> 
53		<div id="navegacion-enlace-back-blog"> 
54			<a class="Btn_link_home_blog" href="/a-propos-iberdrola/media/${parentCategoryURL?lower_case}"><div class="blogLinkBackIcon"></div> <div class="blogLinkBackText">Retour aux articles</div> </a> 
55		</div> 
56        <div class="ibd-blog-detail__text">${contentBlog.getData()}</div> 
57		 
58		<div class="contenido-blog-navegacion-completo"> 
59			<#if navigationUrls?has_content> 
60				<div id="navegacion-enlace"> 
61					<a class="Btn_link_home_blog" href="/blog/${categoryURL?lower_case}/${navigationUrls[0]}"><div class="blogLinkBackIcon"></div> <div class="blogLinkBackText">Précédent</div></a> 
62				</div>	 
63				<div id="navegacion-enlace"> 
64					<a class="Btn_link_home_blog" href="/blog/${categoryURL?lower_case}/${navigationUrls[1]}"><div class="blogLinkBackText">Suivant</div><div class="blogLinkBackIconDerech"></div></a> 
65				</div>	 
66			</#if> 
67		</div> 
68    </div> 
69    <#-- RRSS --> 
70	 
71    <div class="ibd-blog-detail__social-networks"> 
72		<h3>Partager</h3> 
73		<div class="ibd-blog-detail__social-networks-icons"> 
74			<#if selectReseaux??> 
75				<#if selectReseaux.getOptions()?seq_contains("Facebook")> 
76					<a href="https://www.facebook.com/sharer/sharer.php?u=${themeDisplay.getPortalURL()}/blog/${categoryURL}/${actualURL}"><img class="imgRrss" src="/o/iberdrola-fr-theme/images/blog/RRSS_Facebook.svg" alt=""></a> 
77				</#if> 
78				<#if selectReseaux.getOptions()?seq_contains("Twitter")> 
79					<a href="https://twitter.com/intent/tweet?url=${themeDisplay.getPortalURL()}/blog/${categoryURL}/${actualURL}"><img class="imgRrss" src="/o/iberdrola-fr-theme/images/blog/RRSS_Twitter.svg" alt=""></a> 
80				</#if> 
81				<#if selectReseaux.getOptions()?seq_contains("Whatsapp")> 
82					<a href="https://api.whatsapp.com/send?text=${themeDisplay.getPortalURL()}/blog/${categoryURL}/${actualURL}"><img class="imgRrss" src="/o/iberdrola-fr-theme/images/blog/RRSS_Whatsapp.svg" alt=""></a> 
83				</#if> 
84				<#if selectReseaux.getOptions()?seq_contains("Linkedin")> 
85					<a href="https://www.facebook.com/sharer/sharer.php?u=${themeDisplay.getPortalURL()}/blog/${categoryURL}/${actualURL}"><img class="imgRrss" src="/o/iberdrola-fr-theme/images/blog/RRSS_Linkedin.svg" alt=""></a> 
86				</#if> 
87			</#if> 
88			<#if IconRedes??>  
89 
90				<#list IconRedes.getSiblings() as link> 
91					<#assign urlRedesSociales = "#" /> 
92					<#assign IconRedes = "#" /> 
93					<#-- URL REDES SOCIALES --> 
94					<#if link?? && link.urlRedes.getData()?? && link.getData()?? && link.getData()?has_content> 
95						<#assign urlRedesSociales = link.urlRedes.getData() /> 
96						<#assign IconRedes = link.getData() /> 
97						<a href="${urlRedesSociales}"><img class="imgRrss" src="${IconRedes}" alt=""></a> 
98					</#if> 
99				</#list> 
100			</#if> 
101			<a id="ibd-blog-detail__social-networks-blog" href="#" onclick="copyToClipboard()" class="aImgTwitter" onfocusout="hideMessage()"> 
102				<img class="imgRrss" src="/o/iberdrola-fr-theme/images/blog/Link-Thick.svg" alt=""> 
103			</a> 
104			<span style="display:none" id="copyLink">Lien copié</span> 
105		</div> 
106    </div> 
107    <#-- FIN RRSS --> 
108</div> 
109 
110<script> 
111    document.addEventListener("DOMContentLoaded", function() { 
112        var divOriginal = document.getElementById("column-1"); 
113        var nuevoDiv = document.getElementById("contenidSeleccionadoDiv"); 
114        if(nuevoDiv){ 
115            divOriginal.innerHTML = nuevoDiv.innerHTML; 
116
117         
118    }); 
119    function copyToClipboard() { 
120 
121        navigator.clipboard.writeText(window.location.href); 
122        document.getElementById("copyLink").style.display= ''; 
123 
124
125 
126    function hideMessage() { 
127        document.getElementById("copyLink").style.display= 'none'; 
128
129</script>