-
{{- range $rows.ByTitle -}}
- {{- .Title -}} {{- else -}}
- No articles. {{- end -}}
{{- define "title" -}} Articles {{- end -}} {{- define "main" -}} {{/* get visible articles */}} {{- $rows := union (where .Pages "Params.show" true) (where .Pages "Params.show" nil) -}}