go-http-skeleton/web/components/errors.templ
Jan Eitzinger f15d6b2163
Initial checkin of templ skeleton
HTML based on Jason Knight HTML template code
2024-08-03 08:51:30 +02:00

6 lines
67 B
Plaintext

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