{% if hasCustomLayout %} {{ block('main') }} {% else %} {% set sidebar = sidebar ?? block('sidebar') ?? null %} {% set hasSidebar = (sidebar is not empty) %}
{% if tabs is defined and tabs %} {% include "_includes/tabs" %} {% endif %}
{% if hasSidebar %} {% endif %}
{% block content %} {{ content is defined ? content }} {% endblock %}
{% endif %}