templates/forms/default.html.twig line 1

Open in your IDE?
  1. {% if module.title %}
  2.     <h2>{{ module.title }}</h2>
  3. {% endif %}
  4. {{ form_start(module.form) }}
  5. {# can we customize any fields here? #}
  6. {{ form_end(module.form) }}