An error occurred while processing the template.
Invocation of method 'addMetaTag' in class com.liferay.portal.kernel.velocity.IterVelocityTools threw exception XYZ_E_INVALID_VELOCITY_META_TAGS_MAP_ZYX:Invalid parameters K: 'content' V: 'null' [file IterVelocityTools.java, method addMetaTag, line 874] at 29551/F/TEMPLATE-73[line 4, column 20]
1#set($html5Desc = {})
2#set($temp = $html5Desc.put("name","title"))
3#set($temp = $html5Desc.put("content",$Headline.data))
4$iterVelocityTools.addMetaTag($html5Desc)
5
6
7<div class="template-73 detail w66 m66">
8 <div class="left-block">
9
10 ##HEADLINE
11 <h1 class="headline font-1 medium bold" itemprop="headline">#getFullContentTitleGeneral</h1>
12
13 ##SUBHEADLINE/TOPHEADLINE
14 #set ($tempSubheadline = "#getTeaserSubheadline(true)")
15 #if($tempSubheadline && $tempSubheadline != "")
16 <h3 class="subheadline font-1 small">$tempSubheadline</h3>
17 #end
18
19 </div>
20
21 <div class="cl"></div>
22</div>