- Lorem Ipsum is simply dummy text of the printing and typesetting industry.
- Lorem Ipsum is simply dummy text of the printing and typesetting industry.
- Lorem Ipsum is simply dummy text of the printing and typesetting industry.
- Lorem Ipsum is simply dummy text of the printing and typesetting industry.
- Lorem Ipsum is simply dummy text of the printing and typesetting industry.
TABS
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
The following has evaluated to null or missing:
==> content [in template "20101#20128#37758" at line 13, column 8]
----
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: #if content.getSiblings()?has_content [in template "20101#20128#37758" at line 13, column 3]
----
1<div class="webc-container text-with-image-ii-container">
2 <#assign headingStyle = headingStyle.getData()?number>
3 <#if subHeading?has_content>
4 <#if subHeading.getData()?has_content>
5 <h${headingStyle} class="top-heading" style="display: none;">${subHeading.getData()}</h${headingStyle}>
6 </#if>
7 <#else>
8 <h${headingStyle} class="top-heading" style="display: none;"> </h${headingStyle}>
9 </#if>
10 <#if heading.getData()?has_content>
11 <h${headingStyle} class="webc-headingx">${heading.getData()}</h${headingStyle}>
12 </#if>
13 <#if content.getSiblings()?has_content>
14 <#list content.getSiblings() as cur_content>
15 <#assign hasContent = cur_content.getData()?has_content>
16 <#assign hasImage = cur_content.image.getData()?has_content>
17 <#if hasContent || hasImage>
18 <div class="card mb-3">
19 <div class="card-body">
20 <div class="row no-gutters">
21 <#if hasImage>
22 <div class="${hasContent?string('col-lg-4 col-md-5 pr-md-3 mb-md-0 mb-3', 'col-md-12')}">
23 <div class="card-image">
24 <#if cur_content.image_alt?has_content>
25 <img alt="${cur_content.image_alt.getData()}" src="${cur_content.image.getData()}" />
26 <#else>
27 <img src="${cur_content.image.getData()}" />
28 </#if>
29 </div>
30 <#assign hasImageTitle = cur_content.image_title?has_content && cur_content.image_title.getData()?has_content>
31 <#if hasImageTitle>
32 <div class="card-img-overlay">
33 ${cur_content.image_title.getData()}
34 </div>
35 </#if>
36 </div>
37 </#if>
38 <#if hasContent>
39 <div class="${hasImage?string('col-lg-8 col-md-7 pl-md-3', 'col-md-12')}">
40 <div class="card-content">
41 ${cur_content.getData()}
42 </div>
43 </div>
44 </#if>
45 </div>
46 </div>
47 </div>
48 </#if>
49 </#list>
50 </#if>
51</div>
ACCORDION II
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
ACCORDION
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.