-
An error occurred while processing the template.
The following has evaluated to null or missing: ==> friendlyURLs[themeDisplay.getLanguageId()] [in template "20098#20124#290154" at line 4, column 15] ---- 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: viewURL = friendlyURLs[themeDisplay.g... [in template "20098#20124#290154" at line 4, column 5] ----
1<#assign originalLocale = locale>
2<#setting locale = 'es_ES'>
3<#assign
4 viewURL = friendlyURLs[themeDisplay.getLanguageId()]
5 summary=stringUtil.shorten(htmlUtil.extractText(cuerpo.getData()), 1600)
6 articleDisplayDate = .vars['reserved-article-display-date'].data
7 displayDate = articleDisplayDate?date("EEE, dd MMM yyyy hh:mm:ss +0000")
8/>
9<div class="row align-items-lg-center ">
10 <div class="col-md-6 col-lg-4 g-mb-30">
11 <#if encabezadoGaleria.getData()?? && encabezadoGaleria.getData() != "">
12 <img align="top" alt="${encabezadoGaleria.getAttribute("alt")}" data-fileentryid="${encabezadoGaleria.getAttribute("fileEntryId")}" src="${encabezadoGaleria.getData()}&imageThumbnail=1" />
13 </#if>
14 <div class="d-flex align-items-center mb-3">
15 <span class="g-color-primary g-font-weight-500 g-font-size-50 g-line-height-1 mr-3">
16 ${displayDate?string("dd")}
17 </span>
18 <div class="g-color-text-light-v1 text-center g-line-height-1_4">
19 <span class="d-block">${displayDate?string("MMMM")}</span>
20 <span class="d-block">${displayDate?string("yyyy")}</span>
21 </div>
22 </div>
23 </div>
24 <div class="col-md-6 col-lg-8">
25 <#if entrevistado?? && entrevistado.getData()?? && entrevistado.getData() != "">
26 <h2 class="h3">${entrevistado.getData()} :</h1>
27 </#if>
28 <h2 class="h4">${titulo.getData()}</h1>
29 <p>${bajada.getData()}</p>
30 <a class="d-inline-block u-link-v5 g-color-text-light-v1 g-color-primary--hover" href="${viewURL}">
31 <i class="align-middle g-color-primary mr-2 icon-real-estate-027 u-line-icon-pro"></i>
32 Leer entrevista
33 </a>
34 </div>
35</div>
-
An error occurred while processing the template.
The following has evaluated to null or missing: ==> friendlyURLs[themeDisplay.getLanguageId()] [in template "20098#20124#290154" at line 4, column 15] ---- 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: viewURL = friendlyURLs[themeDisplay.g... [in template "20098#20124#290154" at line 4, column 5] ----
1<#assign originalLocale = locale>
2<#setting locale = 'es_ES'>
3<#assign
4 viewURL = friendlyURLs[themeDisplay.getLanguageId()]
5 summary=stringUtil.shorten(htmlUtil.extractText(cuerpo.getData()), 1600)
6 articleDisplayDate = .vars['reserved-article-display-date'].data
7 displayDate = articleDisplayDate?date("EEE, dd MMM yyyy hh:mm:ss +0000")
8/>
9<div class="row align-items-lg-center ">
10 <div class="col-md-6 col-lg-4 g-mb-30">
11 <#if encabezadoGaleria.getData()?? && encabezadoGaleria.getData() != "">
12 <img align="top" alt="${encabezadoGaleria.getAttribute("alt")}" data-fileentryid="${encabezadoGaleria.getAttribute("fileEntryId")}" src="${encabezadoGaleria.getData()}&imageThumbnail=1" />
13 </#if>
14 <div class="d-flex align-items-center mb-3">
15 <span class="g-color-primary g-font-weight-500 g-font-size-50 g-line-height-1 mr-3">
16 ${displayDate?string("dd")}
17 </span>
18 <div class="g-color-text-light-v1 text-center g-line-height-1_4">
19 <span class="d-block">${displayDate?string("MMMM")}</span>
20 <span class="d-block">${displayDate?string("yyyy")}</span>
21 </div>
22 </div>
23 </div>
24 <div class="col-md-6 col-lg-8">
25 <#if entrevistado?? && entrevistado.getData()?? && entrevistado.getData() != "">
26 <h2 class="h3">${entrevistado.getData()} :</h1>
27 </#if>
28 <h2 class="h4">${titulo.getData()}</h1>
29 <p>${bajada.getData()}</p>
30 <a class="d-inline-block u-link-v5 g-color-text-light-v1 g-color-primary--hover" href="${viewURL}">
31 <i class="align-middle g-color-primary mr-2 icon-real-estate-027 u-line-icon-pro"></i>
32 Leer entrevista
33 </a>
34 </div>
35</div>
-
An error occurred while processing the template.
The following has evaluated to null or missing: ==> friendlyURLs[themeDisplay.getLanguageId()] [in template "20098#20124#290154" at line 4, column 15] ---- 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: viewURL = friendlyURLs[themeDisplay.g... [in template "20098#20124#290154" at line 4, column 5] ----
1<#assign originalLocale = locale>
2<#setting locale = 'es_ES'>
3<#assign
4 viewURL = friendlyURLs[themeDisplay.getLanguageId()]
5 summary=stringUtil.shorten(htmlUtil.extractText(cuerpo.getData()), 1600)
6 articleDisplayDate = .vars['reserved-article-display-date'].data
7 displayDate = articleDisplayDate?date("EEE, dd MMM yyyy hh:mm:ss +0000")
8/>
9<div class="row align-items-lg-center ">
10 <div class="col-md-6 col-lg-4 g-mb-30">
11 <#if encabezadoGaleria.getData()?? && encabezadoGaleria.getData() != "">
12 <img align="top" alt="${encabezadoGaleria.getAttribute("alt")}" data-fileentryid="${encabezadoGaleria.getAttribute("fileEntryId")}" src="${encabezadoGaleria.getData()}&imageThumbnail=1" />
13 </#if>
14 <div class="d-flex align-items-center mb-3">
15 <span class="g-color-primary g-font-weight-500 g-font-size-50 g-line-height-1 mr-3">
16 ${displayDate?string("dd")}
17 </span>
18 <div class="g-color-text-light-v1 text-center g-line-height-1_4">
19 <span class="d-block">${displayDate?string("MMMM")}</span>
20 <span class="d-block">${displayDate?string("yyyy")}</span>
21 </div>
22 </div>
23 </div>
24 <div class="col-md-6 col-lg-8">
25 <#if entrevistado?? && entrevistado.getData()?? && entrevistado.getData() != "">
26 <h2 class="h3">${entrevistado.getData()} :</h1>
27 </#if>
28 <h2 class="h4">${titulo.getData()}</h1>
29 <p>${bajada.getData()}</p>
30 <a class="d-inline-block u-link-v5 g-color-text-light-v1 g-color-primary--hover" href="${viewURL}">
31 <i class="align-middle g-color-primary mr-2 icon-real-estate-027 u-line-icon-pro"></i>
32 Leer entrevista
33 </a>
34 </div>
35</div>
-
An error occurred while processing the template.
The following has evaluated to null or missing: ==> friendlyURLs[themeDisplay.getLanguageId()] [in template "20098#20124#290154" at line 4, column 15] ---- 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: viewURL = friendlyURLs[themeDisplay.g... [in template "20098#20124#290154" at line 4, column 5] ----
1<#assign originalLocale = locale>
2<#setting locale = 'es_ES'>
3<#assign
4 viewURL = friendlyURLs[themeDisplay.getLanguageId()]
5 summary=stringUtil.shorten(htmlUtil.extractText(cuerpo.getData()), 1600)
6 articleDisplayDate = .vars['reserved-article-display-date'].data
7 displayDate = articleDisplayDate?date("EEE, dd MMM yyyy hh:mm:ss +0000")
8/>
9<div class="row align-items-lg-center ">
10 <div class="col-md-6 col-lg-4 g-mb-30">
11 <#if encabezadoGaleria.getData()?? && encabezadoGaleria.getData() != "">
12 <img align="top" alt="${encabezadoGaleria.getAttribute("alt")}" data-fileentryid="${encabezadoGaleria.getAttribute("fileEntryId")}" src="${encabezadoGaleria.getData()}&imageThumbnail=1" />
13 </#if>
14 <div class="d-flex align-items-center mb-3">
15 <span class="g-color-primary g-font-weight-500 g-font-size-50 g-line-height-1 mr-3">
16 ${displayDate?string("dd")}
17 </span>
18 <div class="g-color-text-light-v1 text-center g-line-height-1_4">
19 <span class="d-block">${displayDate?string("MMMM")}</span>
20 <span class="d-block">${displayDate?string("yyyy")}</span>
21 </div>
22 </div>
23 </div>
24 <div class="col-md-6 col-lg-8">
25 <#if entrevistado?? && entrevistado.getData()?? && entrevistado.getData() != "">
26 <h2 class="h3">${entrevistado.getData()} :</h1>
27 </#if>
28 <h2 class="h4">${titulo.getData()}</h1>
29 <p>${bajada.getData()}</p>
30 <a class="d-inline-block u-link-v5 g-color-text-light-v1 g-color-primary--hover" href="${viewURL}">
31 <i class="align-middle g-color-primary mr-2 icon-real-estate-027 u-line-icon-pro"></i>
32 Leer entrevista
33 </a>
34 </div>
35</div>
-
An error occurred while processing the template.
The following has evaluated to null or missing: ==> friendlyURLs[themeDisplay.getLanguageId()] [in template "20098#20124#290154" at line 4, column 15] ---- 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: viewURL = friendlyURLs[themeDisplay.g... [in template "20098#20124#290154" at line 4, column 5] ----
1<#assign originalLocale = locale>
2<#setting locale = 'es_ES'>
3<#assign
4 viewURL = friendlyURLs[themeDisplay.getLanguageId()]
5 summary=stringUtil.shorten(htmlUtil.extractText(cuerpo.getData()), 1600)
6 articleDisplayDate = .vars['reserved-article-display-date'].data
7 displayDate = articleDisplayDate?date("EEE, dd MMM yyyy hh:mm:ss +0000")
8/>
9<div class="row align-items-lg-center ">
10 <div class="col-md-6 col-lg-4 g-mb-30">
11 <#if encabezadoGaleria.getData()?? && encabezadoGaleria.getData() != "">
12 <img align="top" alt="${encabezadoGaleria.getAttribute("alt")}" data-fileentryid="${encabezadoGaleria.getAttribute("fileEntryId")}" src="${encabezadoGaleria.getData()}&imageThumbnail=1" />
13 </#if>
14 <div class="d-flex align-items-center mb-3">
15 <span class="g-color-primary g-font-weight-500 g-font-size-50 g-line-height-1 mr-3">
16 ${displayDate?string("dd")}
17 </span>
18 <div class="g-color-text-light-v1 text-center g-line-height-1_4">
19 <span class="d-block">${displayDate?string("MMMM")}</span>
20 <span class="d-block">${displayDate?string("yyyy")}</span>
21 </div>
22 </div>
23 </div>
24 <div class="col-md-6 col-lg-8">
25 <#if entrevistado?? && entrevistado.getData()?? && entrevistado.getData() != "">
26 <h2 class="h3">${entrevistado.getData()} :</h1>
27 </#if>
28 <h2 class="h4">${titulo.getData()}</h1>
29 <p>${bajada.getData()}</p>
30 <a class="d-inline-block u-link-v5 g-color-text-light-v1 g-color-primary--hover" href="${viewURL}">
31 <i class="align-middle g-color-primary mr-2 icon-real-estate-027 u-line-icon-pro"></i>
32 Leer entrevista
33 </a>
34 </div>
35</div>
-
An error occurred while processing the template.
The following has evaluated to null or missing: ==> friendlyURLs[themeDisplay.getLanguageId()] [in template "20098#20124#290154" at line 4, column 15] ---- 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: viewURL = friendlyURLs[themeDisplay.g... [in template "20098#20124#290154" at line 4, column 5] ----
1<#assign originalLocale = locale>
2<#setting locale = 'es_ES'>
3<#assign
4 viewURL = friendlyURLs[themeDisplay.getLanguageId()]
5 summary=stringUtil.shorten(htmlUtil.extractText(cuerpo.getData()), 1600)
6 articleDisplayDate = .vars['reserved-article-display-date'].data
7 displayDate = articleDisplayDate?date("EEE, dd MMM yyyy hh:mm:ss +0000")
8/>
9<div class="row align-items-lg-center ">
10 <div class="col-md-6 col-lg-4 g-mb-30">
11 <#if encabezadoGaleria.getData()?? && encabezadoGaleria.getData() != "">
12 <img align="top" alt="${encabezadoGaleria.getAttribute("alt")}" data-fileentryid="${encabezadoGaleria.getAttribute("fileEntryId")}" src="${encabezadoGaleria.getData()}&imageThumbnail=1" />
13 </#if>
14 <div class="d-flex align-items-center mb-3">
15 <span class="g-color-primary g-font-weight-500 g-font-size-50 g-line-height-1 mr-3">
16 ${displayDate?string("dd")}
17 </span>
18 <div class="g-color-text-light-v1 text-center g-line-height-1_4">
19 <span class="d-block">${displayDate?string("MMMM")}</span>
20 <span class="d-block">${displayDate?string("yyyy")}</span>
21 </div>
22 </div>
23 </div>
24 <div class="col-md-6 col-lg-8">
25 <#if entrevistado?? && entrevistado.getData()?? && entrevistado.getData() != "">
26 <h2 class="h3">${entrevistado.getData()} :</h1>
27 </#if>
28 <h2 class="h4">${titulo.getData()}</h1>
29 <p>${bajada.getData()}</p>
30 <a class="d-inline-block u-link-v5 g-color-text-light-v1 g-color-primary--hover" href="${viewURL}">
31 <i class="align-middle g-color-primary mr-2 icon-real-estate-027 u-line-icon-pro"></i>
32 Leer entrevista
33 </a>
34 </div>
35</div>
-
An error occurred while processing the template.
The following has evaluated to null or missing: ==> friendlyURLs[themeDisplay.getLanguageId()] [in template "20098#20124#290154" at line 4, column 15] ---- 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: viewURL = friendlyURLs[themeDisplay.g... [in template "20098#20124#290154" at line 4, column 5] ----
1<#assign originalLocale = locale>
2<#setting locale = 'es_ES'>
3<#assign
4 viewURL = friendlyURLs[themeDisplay.getLanguageId()]
5 summary=stringUtil.shorten(htmlUtil.extractText(cuerpo.getData()), 1600)
6 articleDisplayDate = .vars['reserved-article-display-date'].data
7 displayDate = articleDisplayDate?date("EEE, dd MMM yyyy hh:mm:ss +0000")
8/>
9<div class="row align-items-lg-center ">
10 <div class="col-md-6 col-lg-4 g-mb-30">
11 <#if encabezadoGaleria.getData()?? && encabezadoGaleria.getData() != "">
12 <img align="top" alt="${encabezadoGaleria.getAttribute("alt")}" data-fileentryid="${encabezadoGaleria.getAttribute("fileEntryId")}" src="${encabezadoGaleria.getData()}&imageThumbnail=1" />
13 </#if>
14 <div class="d-flex align-items-center mb-3">
15 <span class="g-color-primary g-font-weight-500 g-font-size-50 g-line-height-1 mr-3">
16 ${displayDate?string("dd")}
17 </span>
18 <div class="g-color-text-light-v1 text-center g-line-height-1_4">
19 <span class="d-block">${displayDate?string("MMMM")}</span>
20 <span class="d-block">${displayDate?string("yyyy")}</span>
21 </div>
22 </div>
23 </div>
24 <div class="col-md-6 col-lg-8">
25 <#if entrevistado?? && entrevistado.getData()?? && entrevistado.getData() != "">
26 <h2 class="h3">${entrevistado.getData()} :</h1>
27 </#if>
28 <h2 class="h4">${titulo.getData()}</h1>
29 <p>${bajada.getData()}</p>
30 <a class="d-inline-block u-link-v5 g-color-text-light-v1 g-color-primary--hover" href="${viewURL}">
31 <i class="align-middle g-color-primary mr-2 icon-real-estate-027 u-line-icon-pro"></i>
32 Leer entrevista
33 </a>
34 </div>
35</div>
-
An error occurred while processing the template.
The following has evaluated to null or missing: ==> friendlyURLs[themeDisplay.getLanguageId()] [in template "20098#20124#290154" at line 4, column 15] ---- 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: viewURL = friendlyURLs[themeDisplay.g... [in template "20098#20124#290154" at line 4, column 5] ----
1<#assign originalLocale = locale>
2<#setting locale = 'es_ES'>
3<#assign
4 viewURL = friendlyURLs[themeDisplay.getLanguageId()]
5 summary=stringUtil.shorten(htmlUtil.extractText(cuerpo.getData()), 1600)
6 articleDisplayDate = .vars['reserved-article-display-date'].data
7 displayDate = articleDisplayDate?date("EEE, dd MMM yyyy hh:mm:ss +0000")
8/>
9<div class="row align-items-lg-center ">
10 <div class="col-md-6 col-lg-4 g-mb-30">
11 <#if encabezadoGaleria.getData()?? && encabezadoGaleria.getData() != "">
12 <img align="top" alt="${encabezadoGaleria.getAttribute("alt")}" data-fileentryid="${encabezadoGaleria.getAttribute("fileEntryId")}" src="${encabezadoGaleria.getData()}&imageThumbnail=1" />
13 </#if>
14 <div class="d-flex align-items-center mb-3">
15 <span class="g-color-primary g-font-weight-500 g-font-size-50 g-line-height-1 mr-3">
16 ${displayDate?string("dd")}
17 </span>
18 <div class="g-color-text-light-v1 text-center g-line-height-1_4">
19 <span class="d-block">${displayDate?string("MMMM")}</span>
20 <span class="d-block">${displayDate?string("yyyy")}</span>
21 </div>
22 </div>
23 </div>
24 <div class="col-md-6 col-lg-8">
25 <#if entrevistado?? && entrevistado.getData()?? && entrevistado.getData() != "">
26 <h2 class="h3">${entrevistado.getData()} :</h1>
27 </#if>
28 <h2 class="h4">${titulo.getData()}</h1>
29 <p>${bajada.getData()}</p>
30 <a class="d-inline-block u-link-v5 g-color-text-light-v1 g-color-primary--hover" href="${viewURL}">
31 <i class="align-middle g-color-primary mr-2 icon-real-estate-027 u-line-icon-pro"></i>
32 Leer entrevista
33 </a>
34 </div>
35</div>
-
An error occurred while processing the template.
The following has evaluated to null or missing: ==> friendlyURLs[themeDisplay.getLanguageId()] [in template "20098#20124#290154" at line 4, column 15] ---- 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: viewURL = friendlyURLs[themeDisplay.g... [in template "20098#20124#290154" at line 4, column 5] ----
1<#assign originalLocale = locale>
2<#setting locale = 'es_ES'>
3<#assign
4 viewURL = friendlyURLs[themeDisplay.getLanguageId()]
5 summary=stringUtil.shorten(htmlUtil.extractText(cuerpo.getData()), 1600)
6 articleDisplayDate = .vars['reserved-article-display-date'].data
7 displayDate = articleDisplayDate?date("EEE, dd MMM yyyy hh:mm:ss +0000")
8/>
9<div class="row align-items-lg-center ">
10 <div class="col-md-6 col-lg-4 g-mb-30">
11 <#if encabezadoGaleria.getData()?? && encabezadoGaleria.getData() != "">
12 <img align="top" alt="${encabezadoGaleria.getAttribute("alt")}" data-fileentryid="${encabezadoGaleria.getAttribute("fileEntryId")}" src="${encabezadoGaleria.getData()}&imageThumbnail=1" />
13 </#if>
14 <div class="d-flex align-items-center mb-3">
15 <span class="g-color-primary g-font-weight-500 g-font-size-50 g-line-height-1 mr-3">
16 ${displayDate?string("dd")}
17 </span>
18 <div class="g-color-text-light-v1 text-center g-line-height-1_4">
19 <span class="d-block">${displayDate?string("MMMM")}</span>
20 <span class="d-block">${displayDate?string("yyyy")}</span>
21 </div>
22 </div>
23 </div>
24 <div class="col-md-6 col-lg-8">
25 <#if entrevistado?? && entrevistado.getData()?? && entrevistado.getData() != "">
26 <h2 class="h3">${entrevistado.getData()} :</h1>
27 </#if>
28 <h2 class="h4">${titulo.getData()}</h1>
29 <p>${bajada.getData()}</p>
30 <a class="d-inline-block u-link-v5 g-color-text-light-v1 g-color-primary--hover" href="${viewURL}">
31 <i class="align-middle g-color-primary mr-2 icon-real-estate-027 u-line-icon-pro"></i>
32 Leer entrevista
33 </a>
34 </div>
35</div>
-
An error occurred while processing the template.
The following has evaluated to null or missing: ==> friendlyURLs[themeDisplay.getLanguageId()] [in template "20098#20124#290154" at line 4, column 15] ---- 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: viewURL = friendlyURLs[themeDisplay.g... [in template "20098#20124#290154" at line 4, column 5] ----
1<#assign originalLocale = locale>
2<#setting locale = 'es_ES'>
3<#assign
4 viewURL = friendlyURLs[themeDisplay.getLanguageId()]
5 summary=stringUtil.shorten(htmlUtil.extractText(cuerpo.getData()), 1600)
6 articleDisplayDate = .vars['reserved-article-display-date'].data
7 displayDate = articleDisplayDate?date("EEE, dd MMM yyyy hh:mm:ss +0000")
8/>
9<div class="row align-items-lg-center ">
10 <div class="col-md-6 col-lg-4 g-mb-30">
11 <#if encabezadoGaleria.getData()?? && encabezadoGaleria.getData() != "">
12 <img align="top" alt="${encabezadoGaleria.getAttribute("alt")}" data-fileentryid="${encabezadoGaleria.getAttribute("fileEntryId")}" src="${encabezadoGaleria.getData()}&imageThumbnail=1" />
13 </#if>
14 <div class="d-flex align-items-center mb-3">
15 <span class="g-color-primary g-font-weight-500 g-font-size-50 g-line-height-1 mr-3">
16 ${displayDate?string("dd")}
17 </span>
18 <div class="g-color-text-light-v1 text-center g-line-height-1_4">
19 <span class="d-block">${displayDate?string("MMMM")}</span>
20 <span class="d-block">${displayDate?string("yyyy")}</span>
21 </div>
22 </div>
23 </div>
24 <div class="col-md-6 col-lg-8">
25 <#if entrevistado?? && entrevistado.getData()?? && entrevistado.getData() != "">
26 <h2 class="h3">${entrevistado.getData()} :</h1>
27 </#if>
28 <h2 class="h4">${titulo.getData()}</h1>
29 <p>${bajada.getData()}</p>
30 <a class="d-inline-block u-link-v5 g-color-text-light-v1 g-color-primary--hover" href="${viewURL}">
31 <i class="align-middle g-color-primary mr-2 icon-real-estate-027 u-line-icon-pro"></i>
32 Leer entrevista
33 </a>
34 </div>
35</div>