Meta

{{- if .GetTerms "categories" -}}

Categories

    {{- range (.GetTerms "categories") -}}
  • {{ .LinkTitle | safeHTML }}
  • {{- end -}}
{{- end -}} {{- with .Params.internal_links -}}

Internal Links

    {{- range . -}} {{ if eq ( printf "%T" . ) "map[string]interface {}" }}
  • {{ .title | safeHTML }}
  • {{ else }}
  • Link
  • {{ end }} {{- end -}}
{{- end -}} {{- with .Params.external_links -}}

External Links

    {{- range . -}} {{ if eq ( printf "%T" . ) "map[string]interface {}" }}
  • {{ .title | safeHTML }}
  • {{ else }}
  • Link
  • {{ end }} {{- end -}}
{{- end -}} {{- if .GetTerms "organisations" -}}

Organisations

    {{ $all_organisations := partialCached "get_all_organisations.html" . }} {{- range ( .GetTerms "organisations" ) -}} {{ with ( where $all_organisations "Title" ( .Title | plainify ) ) }} {{ range . }}
  • {{ if ( .Params.markup_title ) }}{{ .Params.markup_title | safeHTML }}{{ else }}{{ .Title }}{{ end }}
  • {{ end }} {{ else }} {{ warnf "Could not find organisation %q (%q)" .Title $.File.Path }}
  • {{ if ( .Params.markup_title ) }}{{ .Params.markup_title | safeHTML }}{{ else }}{{ .Title }}{{ end }}
  • {{ end }} {{- end -}}
{{- end -}} {{- if .GetTerms "locations" -}}

Locations

{{- end -}} {{- if .GetTerms "tags" -}}

Tags

    {{- range ( .GetTerms "tags" ).ByTitle -}}
  • {{ .LinkTitle | safeHTML }}
  • {{- end -}}
{{- end -}}