{# Partial: inline validation result, swapped into #validation-panel. #} {% if errors %}
{{ errors|length }} validation error{{ '' if errors|length == 1 else 's' }}:
{% else %}
✓ YAML is valid against the gateway policy schema.
{% endif %}