6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
package templates
|
|
|
|
templ NotFound() {
|
|
<h1 class="text-red-200">Not Found</h1>
|
|
}
|