gitea

Development moved to Codeberg

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
{{if .Attributes.label}}
	<h3>{{.Attributes.label}}{{if .Validations.required}}<label class="required"></label>{{end}}</h3>
{{end}}
{{if .Attributes.description}}
	<span class="help">{{RenderMarkdownToHtml .Attributes.description}}</span>
{{end}}