gitea源码

header.tmpl 322B

1234567
  1. {{if and (.item.Attributes.label) (not .item.Attributes.hide_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">{{ctx.RenderUtils.MarkdownToHtml .item.Attributes.description}}</span>
  6. {{end}}