package addview import "github.com/tigorlazuardi/redmage/views/utils" import "github.com/tigorlazuardi/redmage/api/reddit" type SubredditInputData struct { Value string Error string Valid bool Type reddit.SubredditType HXSwapOOB string } templ SubredditInputForm(data SubredditInputData) { }