{% block trix_editor_widget %} {{ form_widget(form, { attr: attr|merge({ class: 'trix-editor-content d-none' }) }) }}
{% endblock trix_editor_widget %} {% block inline_row %} {{ form_label(form) }} {% for child in form.children %} {{ form_row(child, child.vars|merge(defaults|default({}))) }} {% endfor %} {{ form_errors(form) }} {% endblock inline_row %}