6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
|
package components
|
||
|
|
||
|
templ Page404() {
|
||
|
<div>Page not found</div>
|
||
|
}
|