{{ $state := .state }} {{ $entries := .entries }} {{ $fields := .fields }}
Name | {{ $totalWidth := 0 }} {{ range $fields }} {{ $pureWidth := (index . "width" | default 1 | int) }} {{ $totalWidth = add $totalWidth $pureWidth }} {{ end }} {{ range $fields }} {{ $width := $totalWidth | div (index . "width" | default 1 | float) | mul 15 }}{{ index . "name" | humanize }} | {{ end }}Description |
---|---|---|
{{ index $pageParams $fieldName }} | {{ else }}{{ index $pageParams $fieldName }} | {{ end }} {{ end }} {{ $descSummary := first 100 .Summary }}