templates/web/customer/model/form_content.twig line 1

Open in your IDE?
  1. {##
  2.  # ____file_title____
  3.  #}
  4. {% for file in ['header', 'content', 'footer'] %}
  5.   {% include this.getDir() ~ '/' ~ this.getFormTemplate(file) %}
  6. {% endfor %}