go-cook-portal/views/home/settings.templ

10 lines
140 B
Plaintext

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