{% extends ":coffee:base.html.twig" %} {% block content %} {% if slotHasContent(['top1', 'top2', 'top3']) %} {% endif %} {% if slotHasContent(['left1', 'left2', 'left3', 'right1', 'right2', 'right3']) %}
{% if slotHasContent('left1') %}
{{ slot('left1') }}
{% endif %} {% if slotHasContent('left2') %}
{{ slot('left2') }}
{% endif %} {% if slotHasContent('left3') %}
{{ slot('left3') }}
{% endif %}
{% if slotHasContent('right1') %}
{{ slot('right1') }}
{% endif %} {% if slotHasContent('right2') %}
{{ slot('right2') }}
{% endif %} {% if slotHasContent('right3') %}
{{ slot('right3') }}
{% endif %}
{% endif %} {% if slotHasContent(['bottom1', 'bottom2', 'bottom3']) %} {% endif %} {% if slotHasContent('footer') %} {% endif %} {% endblock %}