8 lines
104 B
Plaintext
8 lines
104 B
Plaintext
package view
|
|
|
|
templ Error404() {
|
|
<h1>Not found</h1>
|
|
<p><a href="/">Back to index</a></p>
|
|
}
|
|
|