{{/* Config history snapshot viewer (/config/history?version=): one dynamic config version rendered as formatted json */}} {{ template "head" . }}
{{ template "drawer_toggle" }}
{{ if .Data.Error }} {{ template "error_alert" .Data.Error }} {{ else }}
{{ .Data.Json }}
{{ end }}
{{ template "sidebar" . }}