8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
|
package form
|
||
|
|
||
|
// This creates a field that you can add a Label, Control or Input object.
|
||
|
templ Field() {
|
||
|
<div class="field">
|
||
|
{ children... }
|
||
|
</div>
|
||
|
}
|