Global
Back Perishables - Risk Management for food safety
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#HOW-TO" 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
18 <#-- Include First Body Section Template -->
19 <#include "${globalSiteTemplatesPath}/SECTION-BODY1" />
20
21 <#-- Include Guide Section -->
22 <#include "${globalSiteTemplatesPath}/SECTION-HOWTO" />
23
24 <#-- Include FAQ Section -->
25 <#include "${globalSiteTemplatesPath}/SECTION-FAQ" />
26
27 <#-- Include Second Body Section Template -->
28 <#include "${globalSiteTemplatesPath}/SECTION-BODY2" />
29
30 <#-- Include Downloads Section -->
31 <#include "${globalSiteTemplatesPath}/SECTION-DOWNLOADS" />
32 </div>
33
34 <#-- Include Industry Contact Template-->
35 <#include "${globalSiteTemplatesPath}/SECTION-INDUSTRY-CONTACT" />
36</div>
37
38<#-- Include Topics Section -->
39<#include "${globalSiteTemplatesPath}/SECTION-TOPICS" />
40
41<#-- Related Contents Section -->
42<#include "${globalSiteTemplatesPath}/SECTION-RELATED-CONTENTS" />
43
44<#-- Include Global Contact Section -->
45<#include "${globalSiteTemplatesPath}/SECTION-GLOBAL-CONTACT" />
46
47<#-- Include Opengraph Markup Section -->
48<#include "${globalSiteTemplatesPath}/SECTION-OPENGRAPH-MARKUP" />