themes/nifi/layouts/partials/component.html [354:373]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{ .description }}
- Description
- {{ .description }}
{{ if .notes }}
- Notes
- {{ .notes }}
{{ end }}
{{ if .keywords }}
- Keywords
-
{{- range $index, $keyword := .keywords -}}
{{- if $index }}, {{ end }}{{ $keyword }}
{{- end -}}
{{ end }}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
themes/nifi/layouts/partials/component.html [391:410]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{ .description }}
- Description
- {{ .description }}
{{ if .notes }}
- Notes
- {{ .notes }}
{{ end }}
{{ if .keywords }}
- Keywords
-
{{- range $index, $keyword := .keywords -}}
{{- if $index }}, {{ end }}{{ $keyword }}
{{- end -}}
{{ end }}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -