{% if partners is defined and partners is not empty %}
{% for p in partners %}
{% if p.Img[0] is defined and p.Img[0] is not null %}
{% elseif default_child_image is defined and default_child_image is not empty %}
{% else %}
{# Don't show images #}
{% endif %}
{% endfor %}
{% endif %}
{% if topgallery is defined and topgallery is not empty %}
{% if topgallerymobile is defined and topgallerymobile is not empty %}
{% else %}
{% endif %}
{% endif %}
{% if gallery is defined and gallery is not empty %}
{% if gallery|length == 1 %}
{% if gallery[0].Link is defined and gallery[0].Link is not empty %}
{% else %}
{% endif %}
{{ page.Title }}
{% if page.Summary is defined and page.Summary is not empty %}
{{ page.Summary|raw }}
{% endif %}
{% if page.Content is defined and page.Content is not empty %}
{{ page.Content|raw }}
{% endif %}
{% if page.Content2 is defined and page.Content2 is not empty %}
{{ page.Content2|raw }}
{% endif %}
{% else %}
{% if gallery is defined and gallery is not empty %}
{% if gallerymobile is defined and gallerymobile is not empty %}
{% for photo in gallerymobile %}
{% if photo.Link is defined and photo.Link is not empty %}
{% else %}
{% endif %}
{% endfor %}
{% for photo in gallery %}
{% if photo.Link is defined and photo.Link is not empty %}
{% else %}
{% endif %}
{% endfor %}
{% else %}
{% for photo in gallery %}
{% if photo.Link is defined and photo.Link is not empty %}
{% else %}
{% endif %}
{% endfor %}
{% endif %}
{% endif %}
{% if partners is defined and partners is not empty %}
{% for p in partners %}
{% if p.Img[0] is defined and p.Img[0] is not null %}
{% elseif default_child_image is defined and default_child_image is not empty %}
{% else %}
{# Don't show images #}
{% endif %}
See All
{% endfor %}
{% endif %}
{% if titlegallery is defined and titlegallery is not empty %}
{% if titlegallerymobile is defined and titlegallerymobile is not empty %}
{% else %}
{% endif %}
{% endif %}
{% if homepage_pages is defined and homepage_pages is not empty %}
{% for hompag in homepage_pages %}
{% if hompag.image.image is defined %}
{% endif %}
{% endfor %}
{% endif %}
{% if featured is defined and featured is not empty %}
Featured Products
{% for p in featured %}
{{ include ('layouts/main/default_product.html.twig', ignore_missing = true) }}
{% endfor %}
{% endif %}
{{ page.Title }}
{% if page.Summary is defined and page.Summary is not empty %}
{{ page.Summary|raw }}
{% endif %}
{% if page.Content is defined and page.Content is not empty %}
{{ page.Content|raw }}
{% endif %}
{% if page.Content2 is defined and page.Content2 is not empty %}
{{ page.Content2|raw }}
{% endif %}
{% endif %}
{% else %}
{{page.Title}}
{% if page.Summary is defined and page.Summary is not empty %}
{{ page.Summary|raw }}
{% endif %}
{% if page.Content is defined and page.Content is not empty %}
{{ page.Content|raw }}
{% endif %}
{% if page.Content2 is defined and page.Content2 is not empty %}
{{ page.Content2|raw }}
{% endif %}
{% endif %}
{{ include ('layouts/main/callout.html.twig', ignore_missing = true) }}