package views import "git.32bit.cafe/32bitcafe/guestbook/internal/forms" templ installBase(title string) {
Installing
Next } } templ InstallFormView(title string, form forms.InstallForm) { @installBase(title) { } } templ InstallSuccessView() { @installBase("Success") {Installation was successful. Go home.
} }