{% extends ":Mauve:base.html.twig" %} {% block content %}
{% if slotHasContent(['page_title', 'top1_title', 'top1', 'top2_title', 'top2', 'top3_title', 'top3']) %}
{% if slotHasContent('page_title') %}

{{ slot('page_title') }}

{% endif %} {% if slotHasContent(['top1_title', 'top1']) %}
{% if slotHasContent('top1_title') %}

{{ slot('top1_title') }}

{% endif %} {% if slotHasContent('top1') %}
{{ slot('top1') }}
{% endif %}
{% endif %} {% if slotHasContent(['top2_title', 'top2']) %}
{% if slotHasContent('top2_title') %}

{{ slot('top2_title') }}

{% endif %} {% if slotHasContent('top2') %}
{{ slot('top2') }}
{% endif %}
{% endif %} {% if slotHasContent(['top3_title', 'top3']) %}
{% if slotHasContent('top3_title') %}

{{ slot('top3_title') }}

{% endif %} {% if slotHasContent('top3') %}
{{ slot('top3') }}
{% endif %}
{% endif %}
{% endif %} {% if slotHasContent(['section1_title', 'portfolio1', 'portfolio2', 'portfolio3', 'portfolio4', 'portfolio5', 'portfolio6']) %}
{% if slotHasContent('section1_title') %}
{% endif %} {% if slotHasContent('portfolio1') %}
{{ slot('portfolio1') }}
{% endif %} {% if slotHasContent('portfolio2') %}
{{ slot('portfolio2') }}
{% endif %} {% if slotHasContent('portfolio3') %}
{{ slot('portfolio3') }}
{% endif %} {% if slotHasContent('portfolio4') %}
{{ slot('portfolio4') }}
{% endif %} {% if slotHasContent('portfolio5') %}
{{ slot('portfolio5') }}
{% endif %} {% if slotHasContent('portfolio6') %}
{{ slot('portfolio6') }}
{% endif %}
{% endif %} {% if slotHasContent(['section2_title', 'section2', 'section2_graphic']) %}
{% if slotHasContent('section2_title') %}
{% endif %} {% if slotHasContent('section2') %}
{{ slot('section2') }}
{% endif %} {% if slotHasContent('section2_graphic') %}
{{ slot('section2_graphic') }}
{% endif %}
{% endif %} {% if slotHasContent(['cta', 'cta_button']) %}
{% if slotHasContent('cta') %}
{{ slot('cta') }}
{% endif %} {% if slotHasContent('cta_button') %}
{{ slot('cta_button') }}
{% endif %}

{% endif %} {% if slotHasContent('footer') %} {% endif %}
{{ slot('builder') }} {% endblock %}