{{ $rows := .Rows }} {{ $cols := .Columns }} {{ $keys := .Keys }} {{ range $col := $cols }} {{ end }} {{ if not $rows }} {{ end }} {{ range $row := $rows }} {{ range $key := $keys }} {{ end }} {{ end }}
{{ $col }}
No Results
{{ template "table-cell" (dict "Data" $row "Name" $key ) }}