An error occurred while processing the template.
The following has evaluated to null or missing:
==> articleService  [in template "560608#560649#802801" at line 8, column 123]

----
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: ${articleService.getContentByClassPK(...  [in template "560608#560649#802801" at line 8, column 121]
----
1<section class="section"> 
2                    <div class="container"> 
3                        <div class="title text-center"> 
4                            <h3 class="text-title">Dubai Freezones</h3> 
5                        </div> 
6                        <div class="dl-card"> 
7                            <div class="row row-cols-12 row-cols-md-4"> 
8															${articleService.getContentByClassPK(entry.classPK?number, "802853")} 
9                            </div> 
10                        </div> 
11                    </div> 
12                </section>