An error occurred while processing the template.
The following has evaluated to null or missing:
==> articleService [in template "560608#560649#803585" at line 9, 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#803585" at line 9, column 121]
----
1<div class="dl-slider dl-card card-overlay animate__animated animate__bounceInRight">
2 <div class="title text-sm d-flex justify-content-between align-items-center">
3 <h3 class="text-title">News & Initiatives</h3>
4 <div class="slider-actions">
5 <div class="slider-counter text-black"></div>
6 </div>
7 </div>
8 <div class="owl-carousel nav-top owl-news-media">
9 ${articleService.getContentByClassPK(entry.classPK?number, "803567")}
10 </div>
11 </div>