{{if (or (isset .Site.Params "mail") (isset .Site.Params "phone") ) }}
{{with .Site.Params.mail}}
{{.}}
{{end}} {{with .Site.Params.phone}}
{{.}}
{{end}}
{{end}} {{with .Site.Copyright}}

{{.}}

{{end}}