{{ define "content" }}
| Name | Type | TTL | Records | |
|---|---|---|---|---|
| {{ .Name }} | {{ .Type }} | {{ .TTL }} |
{{ range .Records }}
{{ .Content }} |
Edit
{{ if not (isSOA .Type) }}
{{ end }}
|