1 2 3 4 5 6 7
package view templ Error404() { <h1>Not found</h1> <p><a href="/">Back to index</a></p> }