10 lines
140 B
Plaintext
10 lines
140 B
Plaintext
|
package home
|
||
|
|
||
|
import "templ-test/views/layout"
|
||
|
|
||
|
templ UserSettings() {
|
||
|
@layout.Testing("Settings") {
|
||
|
<h2>This is not ready yet</h2>
|
||
|
}
|
||
|
}
|