{{ define "main" }} {{ $to := .Params.shortto }} {{ if eq $to nil }} {{ errorf "shortto variable must be defined for %q" .Page }} {{ end }}

Redirecting to {{ $to }}

{{ .Content }} {{ end }}