package template import "git.thomasvoss.com/euro-cash.eu/lib" templ NotFound() { {{ p := ctx.Value("printer").(lib.Printer) }}
@navbar()

{ p.T("Page Not Found") }

@templ.Raw(p.T("The page you were looking for does not exist. If you believe this is a mistake then don’t hesitate to contact @onetruemangoman on Discord or to email us at %s.", contactEmail))

}