{% extends "@Contao/frontend_module/_base.html.twig" %} {% block content %} {% if errorMessage %}
{{ errorMessage }}
{% endif %} {{ form_start(form, { action: app.request.uri, attr: { enctype: 'multipart/form-data', id: 'news-submission-form', 'aria-describedby': 'news-form-hint' } }) }}Pflichtfelder sind mit einem Stern markiert.
{% if form.vars.submitted and not form.vars.valid %}