{% embed 'app/area-brick-layout.html.twig' %} {% block content %} <!-- Branches 4 columns --> <section> <div class="{{ pimcore_checkbox('hasContainer').data ? 'container py-10 md:py-20' : '' }}"> {% if editmode %} {{ pimcore_textarea('script', { placeholder: 'Scripts' }) }} {% else %} {{ pimcore_textarea('script').data | raw }} {% endif %} </div> </section> {% endblock %}{% endembed %}