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

9 lines
214 B
Plaintext
Raw Normal View History

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>
}
}