An error occurred while processing the template.
The following has evaluated to null or missing:
==> headline  [in template "20098#20124#null" at line 1, column 50]

----
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: ${headline.getData()}  [in template "20098#20124#null" at line 1, column 48]
----
1<dl><dt class="text-capitalize">روتیتر</dt><dd>${headline.getData()}</dd><dt class="text-capitalize">زیرتیتر</dt><dd>${lead.getData()}</dd><dt class="text-capitalize">محتوا</dt><dd>${content.getData()}</dd><dt class="text-capitalize">فایل</dt><dd><a href="${files.getData()}"> 
2	${languageUtil.format(locale, "download-x", "فایل", false)} 
3</a></dd><dt class="text-capitalize">(به صورت اسلایدشو)عکس های دیگر</dt><dd><#if other_images.getSiblings()?has_content> 
4	<#list other_images.getSiblings() as cur_other_images> 
5		<a href="${cur_other_images.getData()}"> 
6			${languageUtil.format(locale, "download-x", "(به صورت اسلایدشو)عکس های دیگر", false)} 
7		</a> 
8	</#list> 
9</#if></dd><dt class="text-capitalize">فایل صوتی</dt><dd><a href="${audio.getData()}"> 
10	${languageUtil.format(locale, "download-x", "فایل صوتی", false)} 
11</a></dd><dt class="text-capitalize">فایل تصویری</dt><dd><#if video.getSiblings()?has_content> 
12	<#list video.getSiblings() as cur_video> 
13		<a href="${cur_video.getData()}"> 
14			${languageUtil.format(locale, "download-x", "فایل تصویری", false)} 
15		</a> 
16	</#list> 
17</#if></dd><dt class="text-capitalize">عکس نمایه پخش کننده</dt><dd><a href="${video.image_snapshot.getData()}"> 
18	${languageUtil.format(locale, "download-x", "عکس نمایه پخش کننده", false)} 
19</a></dd></dl>