Asset Publisher

Galerías

An error occurred while processing the template.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#89081" 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#89081" at line 4, column 5]
----
1<#assign originalLocale = locale> 
2<#setting locale = 'es_ES'> 
3<#assign  
4    viewURL = friendlyURLs[themeDisplay.getLanguageId()] 
5    articleDisplayDate = .vars['reserved-article-display-date'].data 
6    displayDate = articleDisplayDate?date("EEE, dd MMM yyyy hh:mm:ss +0000") 
7/> 
8<!--Galeria-resumen--> 
9<article> 
10    <div class="card"> 
11        <#if galeria.getData()?? && galeria.getData() != ""> 
12            <a href="${viewURL}"> 
13                <div class="thumbnail g-mb-10"> 
14                    <img   
15                        alt="${galeria.getAttribute("alt")}"  
16                        data-fileentryid="${galeria.getAttribute("fileEntryId")}"  
17                        src="${galeria.getData()}&imageThumbnail=1" 
18                        loading="lazy" 
19                    /> 
20                </div> 
21            </a> 
22        </#if>     
23        <div class="summary"> 
24            <h3 class="title"> 
25                <a href="${viewURL}"> 
26                    ${nombre.getData()} 
27				</a> 
28			</h3> 
29		</div> 
30	</div> 
31</article> 
32<!--Galeria-resumen--> 
An error occurred while processing the template.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#89081" 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#89081" at line 4, column 5]
----
1<#assign originalLocale = locale> 
2<#setting locale = 'es_ES'> 
3<#assign  
4    viewURL = friendlyURLs[themeDisplay.getLanguageId()] 
5    articleDisplayDate = .vars['reserved-article-display-date'].data 
6    displayDate = articleDisplayDate?date("EEE, dd MMM yyyy hh:mm:ss +0000") 
7/> 
8<!--Galeria-resumen--> 
9<article> 
10    <div class="card"> 
11        <#if galeria.getData()?? && galeria.getData() != ""> 
12            <a href="${viewURL}"> 
13                <div class="thumbnail g-mb-10"> 
14                    <img   
15                        alt="${galeria.getAttribute("alt")}"  
16                        data-fileentryid="${galeria.getAttribute("fileEntryId")}"  
17                        src="${galeria.getData()}&imageThumbnail=1" 
18                        loading="lazy" 
19                    /> 
20                </div> 
21            </a> 
22        </#if>     
23        <div class="summary"> 
24            <h3 class="title"> 
25                <a href="${viewURL}"> 
26                    ${nombre.getData()} 
27				</a> 
28			</h3> 
29		</div> 
30	</div> 
31</article> 
32<!--Galeria-resumen--> 
An error occurred while processing the template.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#89081" 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#89081" at line 4, column 5]
----
1<#assign originalLocale = locale> 
2<#setting locale = 'es_ES'> 
3<#assign  
4    viewURL = friendlyURLs[themeDisplay.getLanguageId()] 
5    articleDisplayDate = .vars['reserved-article-display-date'].data 
6    displayDate = articleDisplayDate?date("EEE, dd MMM yyyy hh:mm:ss +0000") 
7/> 
8<!--Galeria-resumen--> 
9<article> 
10    <div class="card"> 
11        <#if galeria.getData()?? && galeria.getData() != ""> 
12            <a href="${viewURL}"> 
13                <div class="thumbnail g-mb-10"> 
14                    <img   
15                        alt="${galeria.getAttribute("alt")}"  
16                        data-fileentryid="${galeria.getAttribute("fileEntryId")}"  
17                        src="${galeria.getData()}&imageThumbnail=1" 
18                        loading="lazy" 
19                    /> 
20                </div> 
21            </a> 
22        </#if>     
23        <div class="summary"> 
24            <h3 class="title"> 
25                <a href="${viewURL}"> 
26                    ${nombre.getData()} 
27				</a> 
28			</h3> 
29		</div> 
30	</div> 
31</article> 
32<!--Galeria-resumen--> 
An error occurred while processing the template.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#89081" 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#89081" at line 4, column 5]
----
1<#assign originalLocale = locale> 
2<#setting locale = 'es_ES'> 
3<#assign  
4    viewURL = friendlyURLs[themeDisplay.getLanguageId()] 
5    articleDisplayDate = .vars['reserved-article-display-date'].data 
6    displayDate = articleDisplayDate?date("EEE, dd MMM yyyy hh:mm:ss +0000") 
7/> 
8<!--Galeria-resumen--> 
9<article> 
10    <div class="card"> 
11        <#if galeria.getData()?? && galeria.getData() != ""> 
12            <a href="${viewURL}"> 
13                <div class="thumbnail g-mb-10"> 
14                    <img   
15                        alt="${galeria.getAttribute("alt")}"  
16                        data-fileentryid="${galeria.getAttribute("fileEntryId")}"  
17                        src="${galeria.getData()}&imageThumbnail=1" 
18                        loading="lazy" 
19                    /> 
20                </div> 
21            </a> 
22        </#if>     
23        <div class="summary"> 
24            <h3 class="title"> 
25                <a href="${viewURL}"> 
26                    ${nombre.getData()} 
27				</a> 
28			</h3> 
29		</div> 
30	</div> 
31</article> 
32<!--Galeria-resumen--> 
An error occurred while processing the template.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#89081" 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#89081" at line 4, column 5]
----
1<#assign originalLocale = locale> 
2<#setting locale = 'es_ES'> 
3<#assign  
4    viewURL = friendlyURLs[themeDisplay.getLanguageId()] 
5    articleDisplayDate = .vars['reserved-article-display-date'].data 
6    displayDate = articleDisplayDate?date("EEE, dd MMM yyyy hh:mm:ss +0000") 
7/> 
8<!--Galeria-resumen--> 
9<article> 
10    <div class="card"> 
11        <#if galeria.getData()?? && galeria.getData() != ""> 
12            <a href="${viewURL}"> 
13                <div class="thumbnail g-mb-10"> 
14                    <img   
15                        alt="${galeria.getAttribute("alt")}"  
16                        data-fileentryid="${galeria.getAttribute("fileEntryId")}"  
17                        src="${galeria.getData()}&imageThumbnail=1" 
18                        loading="lazy" 
19                    /> 
20                </div> 
21            </a> 
22        </#if>     
23        <div class="summary"> 
24            <h3 class="title"> 
25                <a href="${viewURL}"> 
26                    ${nombre.getData()} 
27				</a> 
28			</h3> 
29		</div> 
30	</div> 
31</article> 
32<!--Galeria-resumen--> 
An error occurred while processing the template.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#89081" 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#89081" at line 4, column 5]
----
1<#assign originalLocale = locale> 
2<#setting locale = 'es_ES'> 
3<#assign  
4    viewURL = friendlyURLs[themeDisplay.getLanguageId()] 
5    articleDisplayDate = .vars['reserved-article-display-date'].data 
6    displayDate = articleDisplayDate?date("EEE, dd MMM yyyy hh:mm:ss +0000") 
7/> 
8<!--Galeria-resumen--> 
9<article> 
10    <div class="card"> 
11        <#if galeria.getData()?? && galeria.getData() != ""> 
12            <a href="${viewURL}"> 
13                <div class="thumbnail g-mb-10"> 
14                    <img   
15                        alt="${galeria.getAttribute("alt")}"  
16                        data-fileentryid="${galeria.getAttribute("fileEntryId")}"  
17                        src="${galeria.getData()}&imageThumbnail=1" 
18                        loading="lazy" 
19                    /> 
20                </div> 
21            </a> 
22        </#if>     
23        <div class="summary"> 
24            <h3 class="title"> 
25                <a href="${viewURL}"> 
26                    ${nombre.getData()} 
27				</a> 
28			</h3> 
29		</div> 
30	</div> 
31</article> 
32<!--Galeria-resumen--> 
An error occurred while processing the template.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#89081" 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#89081" at line 4, column 5]
----
1<#assign originalLocale = locale> 
2<#setting locale = 'es_ES'> 
3<#assign  
4    viewURL = friendlyURLs[themeDisplay.getLanguageId()] 
5    articleDisplayDate = .vars['reserved-article-display-date'].data 
6    displayDate = articleDisplayDate?date("EEE, dd MMM yyyy hh:mm:ss +0000") 
7/> 
8<!--Galeria-resumen--> 
9<article> 
10    <div class="card"> 
11        <#if galeria.getData()?? && galeria.getData() != ""> 
12            <a href="${viewURL}"> 
13                <div class="thumbnail g-mb-10"> 
14                    <img   
15                        alt="${galeria.getAttribute("alt")}"  
16                        data-fileentryid="${galeria.getAttribute("fileEntryId")}"  
17                        src="${galeria.getData()}&imageThumbnail=1" 
18                        loading="lazy" 
19                    /> 
20                </div> 
21            </a> 
22        </#if>     
23        <div class="summary"> 
24            <h3 class="title"> 
25                <a href="${viewURL}"> 
26                    ${nombre.getData()} 
27				</a> 
28			</h3> 
29		</div> 
30	</div> 
31</article> 
32<!--Galeria-resumen--> 
An error occurred while processing the template.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#89081" 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#89081" at line 4, column 5]
----
1<#assign originalLocale = locale> 
2<#setting locale = 'es_ES'> 
3<#assign  
4    viewURL = friendlyURLs[themeDisplay.getLanguageId()] 
5    articleDisplayDate = .vars['reserved-article-display-date'].data 
6    displayDate = articleDisplayDate?date("EEE, dd MMM yyyy hh:mm:ss +0000") 
7/> 
8<!--Galeria-resumen--> 
9<article> 
10    <div class="card"> 
11        <#if galeria.getData()?? && galeria.getData() != ""> 
12            <a href="${viewURL}"> 
13                <div class="thumbnail g-mb-10"> 
14                    <img   
15                        alt="${galeria.getAttribute("alt")}"  
16                        data-fileentryid="${galeria.getAttribute("fileEntryId")}"  
17                        src="${galeria.getData()}&imageThumbnail=1" 
18                        loading="lazy" 
19                    /> 
20                </div> 
21            </a> 
22        </#if>     
23        <div class="summary"> 
24            <h3 class="title"> 
25                <a href="${viewURL}"> 
26                    ${nombre.getData()} 
27				</a> 
28			</h3> 
29		</div> 
30	</div> 
31</article> 
32<!--Galeria-resumen--> 
An error occurred while processing the template.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#89081" 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#89081" at line 4, column 5]
----
1<#assign originalLocale = locale> 
2<#setting locale = 'es_ES'> 
3<#assign  
4    viewURL = friendlyURLs[themeDisplay.getLanguageId()] 
5    articleDisplayDate = .vars['reserved-article-display-date'].data 
6    displayDate = articleDisplayDate?date("EEE, dd MMM yyyy hh:mm:ss +0000") 
7/> 
8<!--Galeria-resumen--> 
9<article> 
10    <div class="card"> 
11        <#if galeria.getData()?? && galeria.getData() != ""> 
12            <a href="${viewURL}"> 
13                <div class="thumbnail g-mb-10"> 
14                    <img   
15                        alt="${galeria.getAttribute("alt")}"  
16                        data-fileentryid="${galeria.getAttribute("fileEntryId")}"  
17                        src="${galeria.getData()}&imageThumbnail=1" 
18                        loading="lazy" 
19                    /> 
20                </div> 
21            </a> 
22        </#if>     
23        <div class="summary"> 
24            <h3 class="title"> 
25                <a href="${viewURL}"> 
26                    ${nombre.getData()} 
27				</a> 
28			</h3> 
29		</div> 
30	</div> 
31</article> 
32<!--Galeria-resumen--> 
An error occurred while processing the template.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#89081" 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#89081" at line 4, column 5]
----
1<#assign originalLocale = locale> 
2<#setting locale = 'es_ES'> 
3<#assign  
4    viewURL = friendlyURLs[themeDisplay.getLanguageId()] 
5    articleDisplayDate = .vars['reserved-article-display-date'].data 
6    displayDate = articleDisplayDate?date("EEE, dd MMM yyyy hh:mm:ss +0000") 
7/> 
8<!--Galeria-resumen--> 
9<article> 
10    <div class="card"> 
11        <#if galeria.getData()?? && galeria.getData() != ""> 
12            <a href="${viewURL}"> 
13                <div class="thumbnail g-mb-10"> 
14                    <img   
15                        alt="${galeria.getAttribute("alt")}"  
16                        data-fileentryid="${galeria.getAttribute("fileEntryId")}"  
17                        src="${galeria.getData()}&imageThumbnail=1" 
18                        loading="lazy" 
19                    /> 
20                </div> 
21            </a> 
22        </#if>     
23        <div class="summary"> 
24            <h3 class="title"> 
25                <a href="${viewURL}"> 
26                    ${nombre.getData()} 
27				</a> 
28			</h3> 
29		</div> 
30	</div> 
31</article> 
32<!--Galeria-resumen--> 
An error occurred while processing the template.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#89081" 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#89081" at line 4, column 5]
----
1<#assign originalLocale = locale> 
2<#setting locale = 'es_ES'> 
3<#assign  
4    viewURL = friendlyURLs[themeDisplay.getLanguageId()] 
5    articleDisplayDate = .vars['reserved-article-display-date'].data 
6    displayDate = articleDisplayDate?date("EEE, dd MMM yyyy hh:mm:ss +0000") 
7/> 
8<!--Galeria-resumen--> 
9<article> 
10    <div class="card"> 
11        <#if galeria.getData()?? && galeria.getData() != ""> 
12            <a href="${viewURL}"> 
13                <div class="thumbnail g-mb-10"> 
14                    <img   
15                        alt="${galeria.getAttribute("alt")}"  
16                        data-fileentryid="${galeria.getAttribute("fileEntryId")}"  
17                        src="${galeria.getData()}&imageThumbnail=1" 
18                        loading="lazy" 
19                    /> 
20                </div> 
21            </a> 
22        </#if>     
23        <div class="summary"> 
24            <h3 class="title"> 
25                <a href="${viewURL}"> 
26                    ${nombre.getData()} 
27				</a> 
28			</h3> 
29		</div> 
30	</div> 
31</article> 
32<!--Galeria-resumen--> 
An error occurred while processing the template.
The following has evaluated to null or missing:
==> friendlyURLs[themeDisplay.getLanguageId()]  [in template "20098#20124#89081" 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#89081" at line 4, column 5]
----
1<#assign originalLocale = locale> 
2<#setting locale = 'es_ES'> 
3<#assign  
4    viewURL = friendlyURLs[themeDisplay.getLanguageId()] 
5    articleDisplayDate = .vars['reserved-article-display-date'].data 
6    displayDate = articleDisplayDate?date("EEE, dd MMM yyyy hh:mm:ss +0000") 
7/> 
8<!--Galeria-resumen--> 
9<article> 
10    <div class="card"> 
11        <#if galeria.getData()?? && galeria.getData() != ""> 
12            <a href="${viewURL}"> 
13                <div class="thumbnail g-mb-10"> 
14                    <img   
15                        alt="${galeria.getAttribute("alt")}"  
16                        data-fileentryid="${galeria.getAttribute("fileEntryId")}"  
17                        src="${galeria.getData()}&imageThumbnail=1" 
18                        loading="lazy" 
19                    /> 
20                </div> 
21            </a> 
22        </#if>     
23        <div class="summary"> 
24            <h3 class="title"> 
25                <a href="${viewURL}"> 
26                    ${nombre.getData()} 
27				</a> 
28			</h3> 
29		</div> 
30	</div> 
31</article> 
32<!--Galeria-resumen-->