Caminho de Navegação

Noticias Cesce en Colombia

Noticias corporativas y relacionadas con nuestros productos

Publicador de Conteúdos e Mídias

Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#67421" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#67421" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image" style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image" style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17      <div class="categories-list"> 
18        <#list categoryList as category> 
19         
20        <#if (category.vocabularyId = 67255 )> 
21        <#if (category?index lt 2)> 
22         <span> 
23             ${category.name}   
24          </span> 
25        </#if> 
26        <#if (category.vocabularyId = 67255 ) &&  (category?index == 2)> 
27           <span class="more"> 
28
29           </span> 
30        </#if> 
31            
32        </#if> 
33         
34      </#list> 
35      </div> 
36       
37     </a> 
38     
39     
40    <div class="info-content"> 
41    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}"> 
42    <p class="title-news">${Titulo.getData()}</p> 
43    <div class="description-notice"> 
44      
45         ${Entradilla.getData()} 
46      
47    </div> 
48     </a> 
49    <div class="d-flex date-share flex-wrap justify-content-between"> 
50    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
51      <div class="cat-share d-flex"> 
52      <#list categoryList as category> 
53        <#if (category.vocabularyId = 67258 )> 
54            <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
55              ${category.name} 
56           </a> 
57        </#if> 
58      </#list> 
59        <#--  <span class="share"> 
60           
61        </span>  --> 
62      </div> 
63    </div> 
64    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
65     
66    </div> 
67  </div> 
68         
69</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#94734" at line 32, column 24]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#94734" at line 32, column 22]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <div class="box-inform-image" style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <div class="box-inform-image" style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17        <div class="categories-list"> 
18        <#list categoryList as category> 
19        <#if (category.vocabularyId = 67255 ) &&  (category?index == 1)> 
20           <span> 
21             ${category.name}   
22           </span>  
23        </#if> 
24        <#if (category.vocabularyId = 67255 ) &&  (category?index == 2)> 
25           <span class="more"> 
26
27           </span> 
28        </#if> 
29      </#list> 
30      </div> 
31        <div class="info-content"> 
32            <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news">${Titulo.getData()}</a> 
33            <div class="d-flex date-share flex-wrap justify-content-between"> 
34            <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
35                <div class="cat-share d-flex"> 
36                <#list categoryList as category> 
37                    <#if (category.vocabularyId = 67258 )> 
38                        <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
39              ${category.name} 
40              </a> 
41                    </#if> 
42                </#list> 
43                    <#--  <span class="share"> 
44                     
45                    </span>  --> 
46                </div> 
47            </div> 
48        </div> 
49        
50       
51     </div> 
52 
53     
54    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#114792" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#114792" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container container -view-medium"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a>  
19     
20     
21    <div class="info-content w-100"> 
22    <#list categoryList as category> 
23        <#if (category.vocabularyId = 67255 )> 
24            <span class="cat"> 
25              ${category.name} 
26           </span> 
27        </#if> 
28    </#list> 
29    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0">${Titulo.getData()} 
30    </a> 
31    <div class="d-flex date-share flex-wrap justify-content-between"> 
32    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span>	 
33      <div class="cat-share d-flex"> 
34       <#list categoryList as category> 
35         <#if (category.vocabularyId = 67258 )> 
36          <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
37              ${category.name} 
38          </a> 
39        </#if> 
40      </#list> 
41        <#--  <span class="share"> 
42           
43        </span>  --> 
44      </div> 
45    </div> 
46    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
47     
48</div> 
49 
50         
51</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#114792" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#114792" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container container -view-medium"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a>  
19     
20     
21    <div class="info-content w-100"> 
22    <#list categoryList as category> 
23        <#if (category.vocabularyId = 67255 )> 
24            <span class="cat"> 
25              ${category.name} 
26           </span> 
27        </#if> 
28    </#list> 
29    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0">${Titulo.getData()} 
30    </a> 
31    <div class="d-flex date-share flex-wrap justify-content-between"> 
32    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span>	 
33      <div class="cat-share d-flex"> 
34       <#list categoryList as category> 
35         <#if (category.vocabularyId = 67258 )> 
36          <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
37              ${category.name} 
38          </a> 
39        </#if> 
40      </#list> 
41        <#--  <span class="share"> 
42           
43        </span>  --> 
44      </div> 
45    </div> 
46    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
47     
48</div> 
49 
50         
51</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#94734" at line 32, column 24]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#94734" at line 32, column 22]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <div class="box-inform-image" style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <div class="box-inform-image" style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17        <div class="categories-list"> 
18        <#list categoryList as category> 
19        <#if (category.vocabularyId = 67255 ) &&  (category?index == 1)> 
20           <span> 
21             ${category.name}   
22           </span>  
23        </#if> 
24        <#if (category.vocabularyId = 67255 ) &&  (category?index == 2)> 
25           <span class="more"> 
26
27           </span> 
28        </#if> 
29      </#list> 
30      </div> 
31        <div class="info-content"> 
32            <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news">${Titulo.getData()}</a> 
33            <div class="d-flex date-share flex-wrap justify-content-between"> 
34            <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
35                <div class="cat-share d-flex"> 
36                <#list categoryList as category> 
37                    <#if (category.vocabularyId = 67258 )> 
38                        <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
39              ${category.name} 
40              </a> 
41                    </#if> 
42                </#list> 
43                    <#--  <span class="share"> 
44                     
45                    </span>  --> 
46                </div> 
47            </div> 
48        </div> 
49        
50       
51     </div> 
52 
53     
54    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div> 
Um erro ocorreu enquanto processava o modelo.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#97605" at line 13, column 17]

----
Tip: It's the final [] step that caused this error, not those before it.
----
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
----

----
FTL stack trace ("~" means nesting-related):
	- Failed at: ${friendlyURLs[themeDisplay.getLangua...  [in template "20098#20124#97605" at line 13, column 15]
----
1<#assign journalArticleId = .vars['reserved-article-id'].data> 
2<#assign assetEntryLocalService = serviceLocator.findService("com.liferay.asset.kernel.service.AssetEntryLocalService") /> 
3<#assign journalArticleResourceLocalServiceUtil = serviceLocator.findService("com.liferay.journal.service.JournalArticleResourceLocalService")> 
4<#assign assetCategoryLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetCategoryLocalService")> 
5<#assign assetVocabularyLocalServiceUtil = serviceLocator.findService("com.liferay.asset.kernel.service.AssetVocabularyLocalService")> 
6 
7<#assign articleResourcePK = journalArticleResourceLocalServiceUtil.getArticleResourcePrimKey(groupId, journalArticleId)/> 
8<#assign categoryList=assetCategoryLocalServiceUtil.getCategories("com.liferay.journal.model.JournalArticle",articleResourcePK) > 
9<#assign asset = assetEntryLocalService.getEntry('com.liferay.journal.model.JournalArticle', articleResourcePK) > 
10 
11<div class="box-inform container -reducida -view-small"> 
12    <#if ImagenPrincipal1?? && ImagenPrincipal1.getData()?? && ImagenPrincipal1.getData() != ""> 
13     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-image:url(${ImagenPrincipal1.getData()})" title="${ImagenPrincipal1.getAttribute("alt")}"> 
14     <#else> 
15     <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="image w-100 " style="background-color:gray" title="noticia destacada"> 
16    </#if> 
17       
18     </a> 
19     
20     
21    <div class="info-content w-100"> 
22    <a href="${friendlyURLs[themeDisplay.getLanguageId()]}" class="title-news mt-0"> 
23    <#if Titulo.getData()?length &lt; 90> 
24    ${Titulo.getData()} 
25    <#else> 
26    ${Titulo.getData()?substring(0,90)}... 
27    </#if> 
28    </a> 
29    <div class="d-flex date-share flex-wrap justify-content-between"> 
30    <span class="date">${dateUtil.getDate(asset.getPublishDate(), "dd MMM yyyy", locale)}</span> 
31     <#list categoryList as category> 
32        <#if (category.vocabularyId = 67258 )> 
33          <#assign countPais =  category?index /> 
34        </#if> 
35      </#list> 
36      
37      <div class="cat-share d-flex flex-wrap"> 
38       <#list categoryList as category> 
39        <#if (category.vocabularyId = 67258 )> 
40             <#if (countPais lt 3 )> 
41              <a target="_blank" href="/web/guest/noticias/-/categories/${category.categoryId}" class="cat"> 
42              ${category.name} 
43              </a> 
44              </#if> 
45              <#if (countPais gt 3 )> 
46             <span class="cat"> 
47             VARIOS PAISES 
48              </span> 
49              <#break> 
50                 
51              </#if> 
52             
53        </#if> 
54      </#list> 
55        <#--  <span class="share"> 
56           
57        </span>  --> 
58      </div> 
59    </div> 
60    <#--  <a href="${friendlyURLs[themeDisplay.getLanguageId()]}">VER MÁS</a>  --> 
61     
62</div> 
63 
64         
65</div>