package views import "github.com/dominicf2001/comfychan/web/views/shared" templ NotFound() { @shared.Layout("404 - Comfychan") {

404 not found.

404 mascot

[Go back]

} }