{% if fullPageForm -%}
{{- csrfInput() }} {%- endif %} {# main-header #} {# main-content #}
{% block main %} {# sidebar #} {% set sidebar = (sidebar ?? block('sidebar') ?? '')|trim %} {% if sidebar is not empty %}   {% endif %} {# content-container #}
{% block tabs %} {% if tabs is defined and tabs %} {% include "_includes/tabs" %} {% endif %} {% endblock %}
{% block content %} {{ content is defined ? content }} {% endblock %}
{# details #} {% set details = (details ?? block('details') ?? '')|trim %} {% if details is not empty %}
{{ details|raw }}
{% endif %} {% endblock %}
{% if fullPageForm -%}
{%- endif %}