{{ define "main" }}

404

{{ with .Site.Params.notfound.header }}{{ . }}{{ else }}Page Not Found{{ end }}

{{ with .Site.Params.notfound.paragraph }}{{ . }}{{ else }}Sorry, the page you are looking for could not be found.{{ end }}

{{ with .Site.Params.notfound.image }}
{{ with $.Site.Params.notfound.alt }}{{ . }}{{ end }}
{{ end }}
{{ end }}