templates/areas/unique-selling-point-brick/partials/edit/_usps-iterator-notice.html.twig line 1

Open in your IDE?
  1. {% if editmode %}
  2.     <div class="container flex flex-col col-span-12">
  3.         <div>
  4.             {% embed 'app/editmodenotice.html.twig' %}
  5.                 {% block title %} Voeg hier unique selling points toe door op de groene plus te klikken. {% endblock %}
  6.             {% endembed %}
  7.         </div>
  8.     </div>
  9. {% endif %}