6 lines
No EOL
214 B
HTML
6 lines
No EOL
214 B
HTML
{{define "form_textarea"}}
|
|
<div class="input-container">
|
|
<label for="{{.ID}}" class="form-label">{{.Label}}</label>
|
|
<textarea class="form-control" id="{{.ID}}" name="{{.ID}}" rows="3"></textarea>
|
|
</div>
|
|
{{end}} |