{{ define "content" }} {{ if (eq (len .DNSRecords) 0) }} {{ end }} {{ range $record := .DNSRecords }} {{ end }}
type. name. content. ttl. internal. created. delete.
no dns records found.
{{ $record.Type }} {{ $record.Name }} {{ $record.Content }} {{ $record.TTL }} {{ $record.Internal }} {{ $record.CreatedAt }}

add dns records.

note that the name must be a subdomain of {{ .User.Username }}


{{ if .FormError }} {{ if (len .FormError.Errors) }} {{ range $error := .FormError.Errors }}
{{ $error }}
{{ end }} {{ end }} {{ end }}
{{ end }}