Documentation ¶ Index ¶ func RenderIndex(opts *options.Opts) ([]byte, error) type InputOpts func MakeInputOpts(name, placeholder, type_, autocomplete string) InputOpts Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func RenderIndex ¶ added in v1.0.7 func RenderIndex(opts *options.Opts) ([]byte, error) Types ¶ type InputOpts ¶ type InputOpts struct { Name string Placeholder string Type string Autocomplete string } func MakeInputOpts ¶ func MakeInputOpts(name, placeholder, type_, autocomplete string) InputOpts Source Files ¶ View all Source files templates.go Click to show internal directories. Click to hide internal directories.