Se ha producido un error al procesar la plantilla.
Template inclusion failed (for parameter value "_TEMPLATE_CONTEXT_/20101/20128/33456/LIFERAY-SERVICES"): Unable to find FreeMarker template with ID _TEMPLATE_CONTEXT_/20101/20128/33456/LIFERAY-SERVICES ---- FTL stack trace ("~" means nesting-related): - Failed at: #include "${globalSiteTemplatesPath}/... [in template "20101#20128#SERVICES" at line 2, column 1] ----
1<#-- Include Liferay Services-->
2<#include "${globalSiteTemplatesPath}/LIFERAY-SERVICES" />
3
4<#-- Include Top Section Template-->
5<#include "${globalSiteTemplatesPath}/SECTION-TOP" />
6
7<div class="row mx-0" data-gtm-page-type="content-page">
8 <div class="col-xs-12 col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2 col-xl-6 offset-xl-3 override-col-width">
9 <#-- Include Breadcrumb markup -->
10 <#include "${globalSiteTemplatesPath}/SECTION-BREADCRUMB-MARKUP"/>
11
12 <#-- Include Lead Section -->
13 <#include "${globalSiteTemplatesPath}/SECTION-LEAD" />
14
15 <#-- Include Info Section -->
16 <#include "${globalSiteTemplatesPath}/SECTION-INFO" />
17 </div>
18
19 <div class="col-xs-12 col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2 col-xl-6 offset-xl-3 override-col-width">
20 <#-- Include First Body Section -->
21 <#include "${globalSiteTemplatesPath}/SECTION-BODY1" />
22 </div>
23
24 <#-- Include Quote Section -->
25 <#include "${globalSiteTemplatesPath}/SECTION-QUOTES" />
26
27 <#-- Include Industry Contact Section -->
28 <#include "${globalSiteTemplatesPath}/SECTION-INDUSTRY-CONTACT" />
29
30 <div class="col-xs-12 col-md-10 col-md-offset-1 col-lg-8 col-lg-offset-2 col-xl-6 offset-xl-3 override-col-width">
31
32 <#-- Include Downloads Section -->
33 <#include "${globalSiteTemplatesPath}/SECTION-DOWNLOADS" />
34
35 <#-- Include FAQ Section -->
36 <#include "${globalSiteTemplatesPath}/SECTION-FAQ" />
37
38 <#-- Include Second Body Section -->
39 <#include "${globalSiteTemplatesPath}/SECTION-BODY2" />
40
41 </div>
42</div>
43
44<#-- Include Topics Section -->
45<#include "${globalSiteTemplatesPath}/SECTION-TOPICS" />
46
47<#-- Related Contents Section -->
48<#include "${globalSiteTemplatesPath}/SECTION-RELATED-CONTENTS" />
49
50<#-- Include Opengraph Markup Section -->
51<#include "${globalSiteTemplatesPath}/SECTION-OPENGRAPH-MARKUP" />