GGNN completions explorator

Ordering

Alphabetical
CallProb Score
{{template "completions-block" .Completions}}
{{define "completions-block"}}
{{ if gt (len .Children) 0}}
{{range .Children}} {{template "completions-block" .}} {{end}}
{{ end }}
{{end}}