{{ .Site.Params.sitemap}}

{{ with .Site.GetPage "sitemap"}} {{ .Content }} {{ end }}

{{ .Site.Params.location }}

{{ range $val := .Site.Params.address }}
{{ with $.Site.GetPage $val }} {{ .Title }} {{ .Content }} {{ end }}
{{ end }}
{{ if .Site.Params.copy_year }} {{ if .Site.Params.copy_name }} © {{ .Site.Params.copy_year }} : {{ .Site.Params.copy_name }} {{ end }} {{ end }}