caes
Se ha producido un error al procesar la plantilla.
The following has evaluated to null or missing:
==> img_titol  [in template "10311#10344#GALERIAFOTOS" at line 3, column 35]

----
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: ${img_titol.getData()}  [in template "10311#10344#GALERIAFOTOS" at line 3, column 33]
----
1<section> 
2 <article> 
3	<h2 class="section_cab">${img_titol.getData()}</h2> 
4        <div class="line_xarxa_parcs"></div> 
5       <p>${descripcio.getData()}</p> 
6	<h3 class="portlet_subtitle">Fes clic en la imatge per veure la galeria de fotos del concurs</h3> 
7        ${gf_contingut.getData()} 
8</article> 
9</section> 
10<script type="text/javascript"> 
11AUI().ready("aui-image-viewer", function(A) { 
12				var galeriaImatges= new A.ImageViewer({ 
13					links: "#gallery a", 
14        			caption: "", 
15                    captionFromTitle: true, 
16        			infoTemplate: <@liferay.language key="image"/> {current} <@liferay.language key="of"/> {total}, 
17        			intervalTime: 2, 
18        			zIndex: 1 
19			}).render(); 
20		}); 
21</script>