small.html.tpl 151 B

123456789
  1. {{define "small"}}
  2. {{if .data}}
  3. {{range $el := .data}}
  4. <small>{{$el.Name}}</small>
  5. {{end}}
  6. {{else}}
  7. <small>.options.noElements</small>
  8. {{end}}
  9. {{end}}