{{ define "task" }} {{ range . }}
  • {{ if eq .Status 3 }}{{ end }}{{ .Title }}{{ if .Err }} - {{ .Err.Error }} {{ end }} {{ if .Subtasks }} {{ end }}
  • {{ end }} {{ end }} {{ define "main" }}
    setup
    information
    {{ if .DNSRecords }}

    You will have to publish following DNS records via your domain registrar.

    {{ else if .EnvInfo }}

    {{ .EnvInfo }}

    {{ end }}
    {{ end }}