{# The raw view: the file as text, with a syntax-highlighted read-only pane (rendered server-side) above the editable textarea. Secret values are shown as the redaction marker in both panes; a save restores them from disk, and refuses if a secret line was edited or removed. #}
{{ _('Raw view') }} {{ _('secret values are redacted') }}
{{ _('Highlighted view of the file on disk') }}
{{ highlighted }}
{{ _('The text is validated with the same validator the CLI uses before anything is written; the current file is backed up first.') }}