An error occurred while processing the template.
The following has evaluated to null or missing: ==> journalContent.getContent(groupId, articleId,"64451666", viewMode, languageId, themeDisplay) [in template "10155#10193#34798006" at line 36, column 3] ---- 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: ${journalContent.getContent(groupId, ... [in template "10155#10193#34798006" at line 36, column 1] ----
1<style>
2@media screen and (max-width: 768px) {
3 .vd-fr-yt {
4 max-width: 320px;
5 }
6}
7@media screen and (min-width: 768px) {
8 .vd-fr-yt {
9 max-width: 400px;
10 }
11}
12.PressReleaseFont
13{
14 font-size: 18px;
15 color: #222223;
16 font-family: "Open Sans", Arial, "Arial Narrow", sans-serif;
17 line-height: inherit;
18 text-indent: 0px;
19 padding: 5px;
20 text-align: justify;
21 font-weight: bold;
22}
23.BodyOfPressRelease{
24 color: #222223;
25 font-size: 14px;
26 font-family: "Open Sans", Arial, "Arial Narrow", sans-serif;
27 line-height: inherit;
28 text-indent: 0px;
29 padding: 5px;
30 text-align: justify;
31 }
32</style>
33
34<#assign articleId = request.getParameter("articleId") />
35
36${journalContent.getContent(groupId, articleId,"64451666", viewMode, languageId, themeDisplay)}