contact-us-card-1

An error occurred while processing the template.
The following has evaluated to null or missing:
==> freeMarkerPortletPreferences.setValue  [in template "20155#20195#1099285" at line 27, column 841]

----
Tip: It's the step after the last dot that caused this error, not those before it.
----
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: #assign VOID = freeMarkerPortletPrefe...  [in template "20155#20195#1099285" at line 27, column 825]
----
1<style> 
2    .contact-us-whole-wrapper { 
3        padding-bottom: 50px; 
4
5    .contact-us-container { 
6        margin-top: -14px !important; 
7
8 
9</style> 
10 
11<div class="contact-us-whole-wrapper"> 
12    <div class="line-left"></div> 
13 
14    <div class="content-wrapper"> 
15        <div class="row"> 
16            <div class="col-xl-12 col-lg-8 col-md-12"> 
17                <h1 class="page-title-contact">Contact us</h1> 
18            </div> 
19        </div> 
20 
21        <div class="row"> 
22            <div class="col-xl-8 col-lg-8"> 
23                <div class="left-box"> 
24                    <h4 class="head-office-title">Head Office</h4> 
25                    <p class="head-office-content"> 
26                        ${Head_Office_Address_Line_1.getData()} 
27                        <br/> ${Head_Office_Address_Line_2.getData()} <br/> ${Head_Office_Address_Line_3.getData()} <br/> ${Head_Office_Address_Line_4.getData()} <br/> ${Head_Office_Address_Line_5.getData()} <br/> <a class="info-email" href="mailto:$Head_Office_Address_Line_6.getData()">${Head_Office_Address_Line_6.getData()}</a> <br/> </p> </div> <div class="right-box"> <h4 class="counsel-service-title">Counsel Client Services</h4> <p class="counsel-service-content"> ${Counsel_Service_Address_Line_1.getData()} <br/> ${Counsel_Service_Address_Line_2.getData()} <br/> ${Counsel_Service_Address_Line_3.getData()} <br/> ${Counsel_Service_Address_Line_4.getData()} <br/> ${Counsel_Service_Address_Line_5.getData()} <br/> ${Counsel_Service_Address_Line_6.getData()} <br/> </p> </div> </div> <div class="col-xl-4 col-lg-4"> <#assign VOID = freeMarkerPortletPreferences.setValue("portletSetupPortletDecoratorId", "barebone") /> <@liferay_portlet["runtime"] portletName="${portletid.getData()}"/> <#assign VOID = freeMarkerPortletPreferences.reset() /> </div> </div> </div> </div>