ACTUALIZAD@S - CRTVG
Servizo de cámaras web
Produciuse un erro ao procesar o modelo.
Malformed regular expression: Dangling meta character '+' near index 0 +65 en acción ^ ---- FTL stack trace ("~" means nesting-related): - Failed at: #if titulo?has_content && titulo.getD... [in template "20097#20123#9991727" at line 5, column 17] ----
1<div class="itemProgramacion" style="min-height: 100px;">
2 <div class="d-flex row">
3 <div class="col-md-12">
4 <#if programa?has_content && programa.getData()?has_content && programa.getData() != "">
5 <#if titulo?has_content && titulo.getData()?has_content && titulo.getData() != "" && !(programa.getData()?matches(titulo.getData()))>
6 <h2 style="font-family: 'Lora', serif;" class="font-weight-bold">${programa.getData()}: ${titulo.getData()}</h2>
7 <#else>
8 <h2 style="font-family: 'Lora', serif;" class="font-weight-bold">${programa.getData()}</h2>
9 </#if>
10 </#if>
11 <#if datos?has_content && datos.getData()?has_content && datos.getData() != "">
12 <div><p class="text-secondary">${datos.getData()}</p></div>
13 </#if>
14 </div>
15 </div>
16</div>