{{ .NoticeTitle }}
{{ .NoticeBody }}
{{ range .Sections }}
{{ range .Rows }}
{{ end }}
{{ if eq .Kind "table" }}
{{ template "data-table" . }}
{{ end }}
{{ if eq .Kind "grouped_tables" }}
{{ range .Groups }}
{{ end }}
{{ end }}
{{ end }}
{{ end }}
{{ if .Error }}
{{ .Title }}
{{ if eq .Kind "object" }}| {{ .Key }} |
{{ range joinLines .Value }}
{{ . }}
{{ end }}
|
|---|
{{ .Title }}
{{ template "data-table" . }}{{ .Error }}
{{ end }}
{{ if not .HasSnapshot }}
Snapshot Viewer
This page renders one Reanimator snapshot provided by the embedding application.