{{ define "main" }}

403

{{ with .Site.Params.forbidden.header }}{{ . }}{{ else }}Forbidden{{ end }}

{{ with .Site.Params.forbidden.paragraph }}{{ . }}{{ else }}Sorry, you do not have permission to access this page.{{ end }}

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