code.gitea.io/gitea@v1.22.3/templates/repo/issue/fields/header.tmpl (about) 1 {{if .item.Attributes.label}} 2 <h3>{{.item.Attributes.label}}{{if .item.Validations.required}}<label class="required"></label>{{end}}</h3> 3 {{end}} 4 {{if .item.Attributes.description}} 5 <span class="help">{{RenderMarkdownToHtml .Context .item.Attributes.description}}</span> 6 {{end}}