{{$interface := dict}} {{$categoryId := int 0}} {{ $categoryIds := slice }} {{$interfaceName := .Get "interface"}} {{ range .Site.Data.doc.children -}} {{ if eq .name $interfaceName}} {{$interface = .children}} {{ end }} {{ end -}}
Name: {{.name}}
Description: {{.comment.shortText}}
{{.comment.text}}
{{ range .comment.tags -}} {{ if eq .tag "description"}}{{ .text | safeHTML }}
{{ end}} {{ if eq .tag "example"}}Example:
Note : {{.text | markdownify}}
See also:{{.text | safeHTML}}
{{ end}} {{ end -}}