11 lines
164 B
Plaintext
11 lines
164 B
Plaintext
|
package home
|
||
|
|
||
|
import "templ-test/views/layout"
|
||
|
|
||
|
templ Error(message error) {
|
||
|
@layout.Testing("Error") {
|
||
|
<h1>Oops... :(</h1>
|
||
|
<h3>{ message.Error() } </h3>
|
||
|
}
|
||
|
}
|