htmgo/htmgo-site/pages/snippets/form.go

11 lines
182 B
Go
Raw Normal View History

2024-10-28 15:32:50 +00:00
package snippets
import (
"github.com/maddalax/htmgo/framework/h"
)
func FormExample(ctx *h.RequestContext) *h.Page {
SetSnippet(ctx, &FormWithLoadingState)
return Index(ctx)
}