7 lines
110 B
Plaintext
7 lines
110 B
Plaintext
package form
|
|
|
|
templ New(postUrl string) {
|
|
<form hx-post={ postUrl }>
|
|
{ children... }
|
|
</form>
|
|
} |