Il nuovo logo di Fondirigenti

An error occurred while processing the template.
The following has evaluated to null or missing:
==> ImgVideo  [in template "20101#20127#42593" at line 10, column 41]

----
Tip: If the failing expression is known to be 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: ${ImgVideo.getData()}  [in template "20101#20127#42593" at line 10, column 39]
----
1<section id="section-white"> 
2    <div class="container-fluid"> 
3        <#if Titolo ??> 
4            <div class="row ml-5"> 
5                <div class="col-lg-12"> 
6                    <h2 class="bold">${Titolo.getData()}</h2>  
7                </div> 
8                 
9                <a href="${LinkAlVideo.getData()}" target="_blank" onclick="return confirm('Stai per essere reindirizzato su Youtube');"> 
10	                    <img src="${ImgVideo.getData()}" /> 
11                </a> 
12            </div>  
13        </#if> 
14        <div class="col-lg-12 col-12"> 
15            <!-- 
16            <iframe class="video-wrapper video-r" src="${LinkAlVideo.getData()}" style="width:100%; height:800px" frameborder="0" allow="autoplay; fullscreen" allowfullscreen> 
17            </iframe> 
18            --> 
19        </div> 
20    </div>   
21</section>