{{ $page := .Page -}}
{{ with .Site.Params.copyright -}}
{{ $fromYear := "" -}}
{{ $toYear := "" -}}
{{ $authors := "" -}}
{{ if reflect.IsMap . -}}
{{ $fromYear = .from_year -}}
{{ $toYear = .to_year -}}
{{ $authors = .authors -}}
{{ else -}}
{{ $authors = . -}}
{{ end -}}
{{- with T "footer_all_rights_reserved" -}}
{{- end }}
{{- else -}}
{{ with .Site.Copyright -}}
{{/* For historical reasons we process this as HTML rather than markdown. */ -}}
{{- end -}}
{{ end -}}