Foo - BBW
Fehler bei der Verarbeitung der Vorlage.
The following has evaluated to null or missing:
==> assetRenderer.getURLViewInContext(renderRequest, renderResponse, link) [in template "20101#20127#224059" at line 6, column 33]
----
Tip: If the failing expression is known to be 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 link = assetRenderer.getURLVi... [in template "20101#20127#224059" at line 6, column 17]
----
1<div class="container">
2<#if entries?has_content>
3 <#list entries as curEntry>
4 <#assign assetRenderer = curEntry.getAssetRenderer() />
5 <#assign link = assetPublisherHelper.getAssetViewURL(renderRequest, renderResponse, curEntry) />
6 <#assign link = assetRenderer.getURLViewInContext(renderRequest, renderResponse, link) />
7 <div class="row">
8 <div class="col-9">
9 <a href="${link}">
10 <h5 class="ticker-title mt-2">NEU: +++ ${curEntry.getTitle(locale)} +++</h5>
11 </a>
12 </div>
13 <div class="col-3 pb-2 d-flex justify-content-end">
14 <a href="/jobs" class="ticker-btn btn btn-primary">Jobs</a>
15 <a href="/termine" class="ticker-btn btn btn-primary">Termine</a>
16 </div>
17 </#list>
18</#if>
19</div>
Foo
Heading Example
A paragraph is a self-contained unit of a discourse in writing dealing with a particular point or idea. Paragraphs are usually an expected part of formal writing, used to organize longer prose.