go-http-skeleton/web/components/errors.templ

6 lines
67 B
Plaintext
Raw Permalink Normal View History

package components
templ Page404() {
<div>Page not found</div>
}