9 lines
214 B
Plaintext
9 lines
214 B
Plaintext
package home
|
|
|
|
import "templ-test/views/layout"
|
|
|
|
templ SettingsUpdated() {
|
|
@layout.WithLayout("Settings Updated") {
|
|
<p>You are now free to move about the cabin. Thank you for saving with us!</p>
|
|
}
|
|
} |