6 lines
149 B
Plaintext
6 lines
149 B
Plaintext
|
package form
|
||
|
|
||
|
// This will create a small bit of text to add context to the form.
|
||
|
templ Label(text string) {
|
||
|
<label class="label">{ text }</label>
|
||
|
}
|