diff --git a/template.html b/template.html index ff352c9..ca5911a 100644 --- a/template.html +++ b/template.html @@ -56,7 +56,11 @@
{{.FetchTime.Format "Jan 2, 2006 15:04:05 -0700" }}
{{if not .Available}}
Owner
+ {{if .Registrant}}
{{.Registrant.Name}} <{{.Registrant.Email}}>
+ {{else}} +
Information unavailable
+ {{end}}
Since
{{(parseTime .DomainInfo.CreatedDate).Format "Jan 2, 2006" }}
{{end}}