{# Submit-error sink. A 4xx submit swaps the inner `.error-content` (hx-target-400); the span is present only when there are form-level errors, matching the prior hand-rolled markup byte-for-byte. #}
{% if errors_str %}

{{ errors_str }}

{% endif %}