{{ define "title" }}Error — Facette{{ end }} {{ define "head" }} {{ end }} {{ define "body" }}
facette

Error

{{ if eq .Status 404 }}

Not Found

The requested page was not found or no longer exists.

{{ else if eq .Status 500 }}

Internal Server Error

The server encountered an error and could not complete your request.

{{ end }}
{{ end }}