diff --git a/docs/CNAME b/docs/CNAME new file mode 100644 index 000000000..4d10b1251 --- /dev/null +++ b/docs/CNAME @@ -0,0 +1 @@ +onsonr.dev diff --git a/pkg/styles/form/form.templ b/pkg/styles/form/form.templ index 451e0ab7e..b1f12922e 100644 --- a/pkg/styles/form/form.templ +++ b/pkg/styles/form/form.templ @@ -32,10 +32,15 @@ templ Form(action string, method string, submit templ.Component, progress string } +templ IsHumanInput(target string, first string, last string) { + @layout.Rows() { + } +} + templ NameInput() { @layout.Rows() { - - + + } }