7 lines
65 B
Plaintext
7 lines
65 B
Plaintext
package view
|
|
|
|
templ Error404() {
|
|
<h1>Not found</h1>
|
|
}
|
|
|