{{ if eq .IsGhost true }}
{{ .H1 }}
{{ .H3 }}
{{ if or (eq .H1 "404") (eq .H1 "400" ) }}
{{ else if eq .H1 "500" }}
X
X
{{ end }} {{ if eq .H1 "404" }}
{{ else if or ( eq .H1 "400") (eq .H1 "500") }}
{{ end }}
{{ end }}
{{ if eq .IsLink true }}
URL Shortened to
{{ .Line1 }}
{{ else }}
{{ .Line1 }}
{{ .Line2 }}
{{ end }} {{ if eq .HasForm true }}
{{ end }}