{{ define "main" }} {{- $taxType := .Type -}} {{- $taxIcon := "❖" -}} {{- if eq $taxType "glasses" -}}{{- $taxIcon = "▽" -}} {{- else if eq $taxType "ingredients" -}}{{- $taxIcon = "✦" -}} {{- else if eq $taxType "categories" -}}{{- $taxIcon = "❖" -}} {{- end -}} {{- $cnt := len .Pages -}} {{- $siblings := slice -}} {{- $allTerms := index .Site.Taxonomies $taxType -}} {{- if $allTerms -}} {{- range $allTerms.ByCount -}} {{- if ne .Page.Title $.Title -}} {{- $siblings = $siblings | append . -}} {{- end -}} {{- end -}} {{- end -}}
{{ $cnt }} {{ if eq $cnt 1 }}recipe{{ else }}recipes{{ end }}
No recipes found.
{{- end -}} {{- if gt (len $siblings) 0 -}}