Motif No. 1, copyright © 2010 Douglas Cuthbertson
Template Create Colgroup
{{- define "createColgroup" -}}
{{- $colgroup := . -}}
{{- range $idx, $col := $colgroup}}
<col{{range $attr, $val := $col}} {{$attr}}="{{$val}}" {{end}}>
{{- end -}}
{{- end -}}