{{- $to := .Params.shortto -}}
{{ if eq $to nil -}}
{{ errorf "shortto variable must be defined for %q" .Page -}}
{{ end -}}
{{ if .Params.internal }}
{{ $to = ref . $to }}
{{ end }}
Redirecting
{{- $robots := slice }}
{{- if .Params.noindex }}
{{- $robots = $robots | append "noindex" }}
{{- end }}
{{- if .Params.nofollow }}
{{- $robots = $robots | append "nofollow" }}
{{- end }}
{{- if ne (len $robots) 0 }}
{{- end }}