{{ $state := .state }} {{ $entries := .entries }} {{ $fields := .fields }} {{ $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 }} {{ end }} {{- range $entries.ByDate }} {{ $pageParams := .Params }} {{ if isset $pageParams "title-url"}} {{ else }} {{ end}} {{ range $fields }} {{ $fieldName := index . "name" }} {{ $fieldUrlName := printf "%s-url" $fieldName }} {{ if isset $pageParams $fieldUrlName}} {{ else }} {{ end }} {{ end }} {{ $descSummary := first 100 .Summary }} {{- end}}
Name
{{ .Title }} {{ .Title }}