{% extends 'front-end-base.html.twig' %}
{% block title %} {{ page_title|default('Home') }} {% endblock %}
{% block body %}
-- --
{% if widgets is defined and widgets['home_page_description'] is defined and widgets['home_page_description']|length > 0 %}
{% for widget in widgets['home_page_description'] %}
{{ widget.title }}
{{ widget.content|raw }}
{% endfor %}
{% else %}
Corporate Entrepreneurial Health
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
{% endif %}
Understand Issues Affecting Your Business
{% if widgets is defined and widgets['home_issues_affecting'] is defined and widgets['home_issues_affecting']|length > 0 %}
{% set aosDelay = 0 %}
{% for widget in widgets['home_issues_affecting'] %}
{% if widgets is defined and widgets['home_big_blocks'] is defined and widgets['home_big_blocks']|length > 0 %}
{% set counter = 1 %}
{% for widget in widgets['home_big_blocks'] %}
{% set alignClass = 'fade-left' %}
{% set orderClass = 'me-auto' %}
{% if counter is even %}
{% set alignClass = 'fade-right' %}
{% set orderClass = 'ms-auto order-2' %}
{% endif %}
{% set counter = counter + 1 %}
{% set summaryDots = '' %}
{% if widget.content|default("")|striptags|length > 500 %}
{% set summaryDots = '...' %}
{% endif %}