{{ $config := (.Context).Value "config" }} {{ $cfgError := ((.Context).Value "adapter").SetConfig $config }} {{ template "header" . }} {{ if $cfgError }}

Configuration Error

{{($cfgError).Error}} {{ else }}

Configuration Saved

The adapter configuration has been saved {{ end }} {{ template "footer" . }}